@[email protected] to Programmer [email protected] • 2 months agojs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgimagemessage-square93fedilinkarrow-up1177
arrow-up1177imagejs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.org@[email protected] to Programmer [email protected] • 2 months agomessage-square93fedilink
minus-square@[email protected]linkfedilink5•2 months agoOr stick a new variable onto the instance of a class 🤯
minus-square@[email protected]linkfedilink4•2 months agoor return values for properties that don’t exist, and only get created on access! I love python.
minus-squareBlueKeylinkfedilink1•2 months agoOr have variables inside a loop hoisted up in the function. Fun when you capture them with lambdas.
minus-square@[email protected]linkfedilinkEnglish1•2 months 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