3

Am I the only one who thinks OOP in Javascript isn't always the best option? I really like structured code with classes and objects but sometimes it's just fun and satisfying to write a buttload of functions to do all sorts of things and build your code with that.

Comments
  • 2
    It's about the right tools for the right job. If functions do the work then use those. End users don't care how you serve them the experience, they just want a good one.
Add Comment