Hacker News new | ask | show | jobs
by aristofun 688 days ago
JavaScript is flexible and simple in a good sense of the word.

There not much advanced to learn.

Thanks to single threaded design you basically just write whatever you intend to do and it works.

With a proper mix of oop and fp there is no place for “advanced patterns” and other over-engineering diseases in a lean js world.

The most terrible and ungly js code ive seen are from former .net and java developers.

I suggest you unlearn all the “patterns” and keep it as simple ad possible.