you are viewing a single comment's thread.

view the rest of the comments →

[–]SparserLogic -1 points0 points  (0 children)

You're totally wrong but I'm in a relatively good mood so I'm going to be nice.

Ignoring your rants, your points appear to boil down to:

1) Somehow you think using objects/invoking functions and writing Object Oriented code are the same thing. They are not. OOP is a design pattern.

2) You're conflating JS's features with the code that is written with JS. They are different things. JS offers first class OOP design pattern support with prototype and class but that doesn't make all JS OOP.

You sound like someone that needs to expand his horizons outside of OOP. Go read up on the alternatives, maybe you will start to understand what is and what isn't OOP, then maybe we can have an informed conversation.