713

No offence

you are viewing a single comment's thread
view the rest of the comments
[-] NotSteve_@lemmy.ca 3 points 1 year ago* (last edited 1 year ago)

Can you give an example of the multi nested functions? I was a TS dev for a while and don't remember anything like that. Unless you mean the promise callback functions. Those were a mess but luckily we've mostly moved away from those

[-] pazukaza@lemmy.ml 0 points 1 year ago

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?

[-] NotSteve_@lemmy.ca 2 points 1 year ago

Ahh I remember that sort of JS programming from way back. Do people still do that?? You can just create a class now

this post was submitted on 16 Jul 2023
713 points (92.4% liked)

Programmer Humor

32373 readers
219 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS