• coderfrankfurt Profile Picture

    CoderFrankfurt @coderfrankfurt

    3 years ago

    What do you prefer developers?

    coderfrankfurt tweet picture

    87 26 271 17K 1
    Download Image
  • RelaxedLeaf_ Profile Picture

    Relaxed Leaf @RelaxedLeaf_

    3 years ago

    @coderfrankfurt If return 😎

    1 0 8 200 0
  • itsmatt_g Profile Picture

    Mathew Gaucher @itsmatt_g

    3 years ago

    @coderfrankfurt Which one of these centers the div

    3 0 6 297 0
  • karomancer Profile Picture

    Karina Chow @karomancer

    3 years ago

    @coderfrankfurt Like everything, depends on context, but I tend to make enums to use in switches

    0 0 5 174 0
  • mydailydev Profile Picture

    devDev @mydailydev

    3 years ago

    @coderfrankfurt

    mydailydev tweet picture

    1 0 5 187 1
    Download Image
  • secret_rover Profile Picture

    Rover @secret_rover

    3 years ago

    @coderfrankfurt A JSON object where the key is the switch key and the value is the function to be performed 😉

    1 0 5 372 0
  • _Nva_620 Profile Picture

    NVA @_Nva_620

    3 years ago

    @coderfrankfurt None 😱. Just kidding, if/else, I code in Python 😅😂😂

    0 0 4 73 0
  • rajatsandeepsen Profile Picture

    Rajat @rajatsandeepsen

    3 years ago

    @coderfrankfurt but i prefer, const adminCheck = ( user ) => { if ( !user ) return ; if ( !user.auth ) return ; if ( !user.auth.admin ) return ; console.log('Welcome Admin') }

    0 0 4 127 0
  • StellarManatee Profile Picture

    Interstellar Manatee 🌌🐮 @StellarManatee

    3 years ago

    @coderfrankfurt I will use switch/case any opportunity it will work.

    0 0 3 99 0
  • Ayblue004 Profile Picture

    Ayo @Ayblue004

    3 years ago

    @coderfrankfurt I can proudly say I recently just used my first switch case conditional somedays ago 😂😂😂 Wanted to try something new 🙂

    0 0 3 138 0
  • mugentoki Profile Picture

    Mugentoki @mugentoki

    3 years ago

    @coderfrankfurt Depends Only one or two cases? If/else Many cases? Switch

    0 0 3 83 0
  • fullstackjo Profile Picture

    Joey @fullstackjo

    3 years ago

    @coderfrankfurt sometimes if/else is better

    0 0 3 120 0
  • Mrs0lver Profile Picture

    MrSolver @Mrs0lver

    3 years ago

    @coderfrankfurt It is good in case of numbers...

    0 0 3 52 0
  • Mrs0lver Profile Picture

    MrSolver @Mrs0lver

    3 years ago

    @coderfrankfurt Hai I use switch case in c++

    0 0 3 55 0
  • Farewell_Darlin Profile Picture

    ғᴀʀᴇᴡᴇʟʟ ᛫ @Farewell_Darlin

    3 years ago

    @coderfrankfurt Well, both is useful for specific situation.

    0 0 2 11 0
  • 1212Damilare Profile Picture

    Yusuf Masroor Ahmad @1212Damilare

    3 years ago

    @coderfrankfurt switch is actually cool but most devs prefer if else due to the easy syntax

    0 0 2 38 0
  • stephen_alaska Profile Picture

    i-am-alaska @stephen_alaska

    3 years ago

    @coderfrankfurt Switch case is more elegant

    0 0 2 18 0
  • argent_codes Profile Picture

    Rajat 😼 | Maddy 🛠️ @argent_codes

    3 years ago

    @coderfrankfurt "I prefer switch case, it's like a multiple choice question instead of a long essay with if-else!" 🤓

    0 0 2 35 0
  • majid_0110 Profile Picture

    Majid Khan-𝕏 @majid_0110

    3 years ago

    @coderfrankfurt I think most people don't have full command over Switch Cases 😂😅.

    0 0 2 28 0
  • shamscorner Profile Picture

    Shamim Hossain 🕸️👨‍💻 @shamscorner

    3 years ago

    @coderfrankfurt Switch if more than 3 cases.

    0 0 2 30 0
  • SpinkQ Profile Picture

    OGUBUIKE @SpinkQ

    3 years ago

    @coderfrankfurt Switch case is not conventional to many but it is lovely 👌

    0 0 2 77 0
  • RobertLibsansky Profile Picture

    Robert Libsansky @RobertLibsansky

    3 years ago

    @coderfrankfurt If the logic is divided based on one parameter (typically an enum), I always choose switch.

    0 0 2 153 0
  • VickyJay_media Profile Picture

    Victor Jayeoba @VickyJay_media

    3 years ago

    @coderfrankfurt I use the tennary Operator

    1 0 2 56 0
  • Black_2_white Profile Picture

    bяiꓭɈxoᖷ @Black_2_white

    3 years ago

    @coderfrankfurt Switch case was introduced in python and I haven't seen a single codebase that even has it.

    1 0 2 69 0
  • oyeatomic Profile Picture

    Atomic @oyeatomic

    3 years ago

    @coderfrankfurt A perfect example of people don't choose convenience most of the time I prefer switch case

    0 0 2 55 0
  • _chetanmahajan Profile Picture

    Chetan Mahajan @_chetanmahajan

    3 years ago

    @coderfrankfurt Only if

    0 0 1 11 0
  • GeorgioDiab Profile Picture

    Acyclic Sapien @GeorgioDiab

    3 years ago

    @coderfrankfurt Require 💪

    0 0 1 14 0
  • strangedevices1 Profile Picture

    jezza kezza @strangedevices1

    3 years ago

    @coderfrankfurt Clarity is the goal of all coding. In general if for simple dichotomies and switch for multi value decisions.

    0 0 1 83 0
  • KodyTools Profile Picture

    Kody Tools @KodyTools

    3 years ago

    @coderfrankfurt If else... that break, switch, default.. case... too much!

    0 0 1 24 0
  • tanejarohan6 Profile Picture

    Rohan Taneja @tanejarohan6

    3 years ago

    @coderfrankfurt If else always😌

    0 0 1 22 0
  • AmanBhatnagar47 Profile Picture

    Aman @AmanBhatnagar47

    3 years ago

    @coderfrankfurt Switch case is faster .

    0 0 1 29 0
  • ahmad4raza Profile Picture

    Ahmad Raza @ahmad4raza

    3 years ago

    @coderfrankfurt I prefer if...else over switch because relational and logical operators cannot be used in stating the conditions in the case of switch statements.

    0 0 1 48 0
  • ankitdhakad_ Profile Picture

    Ankit Dhakad @ankitdhakad_

    3 years ago

    @coderfrankfurt If else

    0 0 1 6 0
  • PourjavadSahand Profile Picture

    Sahand Pourjavad @PourjavadSahand

    3 years ago

    @coderfrankfurt I just remembered switch case exists i forgot

    0 0 1 15 0
  • Download Image
    • Privacy
    • Term and Conditions
    • About
    • Contact Us
    • TwStalker is not affiliated with X™. All Rights Reserved. 2024 www.instalker.org

    twitter web viewer x profile viewer bayigram.com instagram takipçi satın al instagram takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al sosyalgram takipçi satın al instagram ücretsiz takipçi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al metin2 metin2 wiki metin2 ep metin2 dragon coins metin2 forum metin2 board popigram instagram takipçi satın al takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al buyfans buy instagram followers buy instagram likes buy instagram views buy tiktok followers buy tiktok likes buy tiktok views buy twitter followers buy telegram members Buy Youtube Subscribers Buy Youtube Views Buy Youtube Likes forstalk postegro web postegro x profile viewer