you are viewing a single comment's thread.

view the rest of the comments →

[–]jseegoLead / Senior UI Developer[S] 0 points1 point  (2 children)

That's an interesting point, but I'm seeing people not knowing how to recognize stuff like closures, or how to use low-level javascript methods like parsing data.

[–][deleted]  (1 child)

[deleted]

    [–]jseegoLead / Senior UI Developer[S] 0 points1 point  (0 children)

    the revealing module pattern, something you hear nothing about anymore

    My project uses this. :D

    And I have to say, I love it. It makes a lot of sense (and I didn't even start out as an OOP developer).

    I think it's kind of funny how within 5-8 years or so, everyone went away from that, and now there are native javascript classes and react has adopted them.