No offence
-2 points
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?
2 points