bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 18 days agoThe meaning of thislemmy.mlimagemessage-square68linkfedilinkarrow-up1480arrow-down114
arrow-up1466arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 18 days agomessage-square68linkfedilink
minus-squareundefinedValue@programming.devlinkfedilinkarrow-up6arrow-down1·17 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