bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 19 days agoThe meaning of thislemmy.mlimagemessage-square68fedilinkarrow-up1513arrow-down115
arrow-up1498arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 19 days agomessage-square68fedilink
minus-squareundefinedValue@programming.devlinkfedilinkarrow-up7arrow-down1·18 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