No offence

  • @[email protected]
    link
    fedilink
    01 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?

    • @[email protected]
      link
      fedilink
      11 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