dosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev · 10 days agojs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgimagemessage-square88linkfedilinkarrow-up1182arrow-down153
arrow-up1129arrow-down1imagejs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgdosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev · 10 days agomessage-square88linkfedilink
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up5·9 days agoOr stick a new variable onto the instance of a class 🤯
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up4·9 days agoor return values for properties that don’t exist, and only get created on access! I love python.
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up1·9 days agoOr have variables inside a loop hoisted up in the function. Fun when you capture them with lambdas.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up0·8 days agoIt’s like having a PHP webserver inside a class
Or stick a new variable onto the instance of a class 🤯
or return values for properties that don’t exist, and only get created on access!
I love python.
Or have variables inside a loop hoisted up in the function. Fun when you capture them with lambdas.
It’s like having a PHP webserver inside a class