bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 20 days agoThe meaning of thislemmy.mlexternal-linkmessage-square67fedilinkarrow-up1519arrow-down114
arrow-up1505arrow-down1external-linkThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 20 days agomessage-square67fedilink
minus-squareundefinedValue@programming.devlinkfedilinkarrow-up7arrow-down1·20 days agoSpeaking of big cumbersome things with wildly different syntax have you tried a ternary operation in python lately? Omg that thing is ugly. JavaScripts is hard to beat. uglyTernary = True: if python_syntax == “shit” else: False prettyTernary = javascript_syntax == “pretty” ? true : false
Speaking of big cumbersome things with wildly different syntax have you tried a ternary operation in python lately? Omg that thing is ugly. JavaScripts is hard to beat.
uglyTernary = True: if python_syntax == “shit” else: False prettyTernary = javascript_syntax == “pretty” ? true : false