• undefinedValue@programming.dev
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    17 days ago

    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