713
Programming Languages
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
People creating functions as objects inside of other functions. A few days ago saw a person create a function with two object functions inside, then passed one of the functions as an argument to the other function. Then returned the second function.
It's hard to find such a mess in other languages. Yeha, functions as objects are cool. Closures are also cool... But why abuse that shit?
Ahh I remember that sort of JS programming from way back. Do people still do that?? You can just create a class now