bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agoThe meaning of thislemmy.mlimagemessage-square67linkfedilinkarrow-up1533
arrow-up1533imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square67linkfedilink
minus-squareundefinedValue@programming.devlinkfedilinkarrow-up7·1 year 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