@dosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev • 6 days agojs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgimagemessage-square89fedilinkarrow-up1182arrow-down153
arrow-up1129arrow-down1imagejs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.org@dosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev • 6 days agomessage-square89fedilink
minus-square@_stranger_@lemmy.worldlinkfedilink4•5 days agoor return values for properties that don’t exist, and only get created on access! I love python.
minus-square@ulterno@programming.devlinkfedilinkEnglish1•4 days agoIt’s like having a PHP webserver inside a class
minus-squareBlueKeylinkfedilink1•5 days agoOr have variables inside a loop hoisted up in the function. Fun when you capture them with lambdas.
or return values for properties that don’t exist, and only get created on access!
I love python.
It’s like having a PHP webserver inside a class
Or have variables inside a loop hoisted up in the function. Fun when you capture them with lambdas.