DEV Community

Discussion on: Enough JavaScript to get you Started : #13 OOP in JS Practical Guide 👩‍💻👨‍💻

Collapse
 
_genjudev profile image
Larson

I learned the last 10 years that many people have realy big problems with race conditions and side effects. OOP does not realy help with things except you are just good and know stuff.
Im writing functional the most time, when im writing alone. Still I need to switch to OOP for customer stuff or teams.

Maybe you write about the DANGER (monster appears here) you can easily write. The most tutorials are missing the part and don't share experience from failures. (But thats the important stuff). If you already done that sorry I missed it.

Good Work 👍

Collapse
 
whoadarshpandya profile image
Adarsh Pandya

Failure is part of journey, I've covered that in one of the blogs saying it's not always sunshine. Sometimes you've to deal with errors and other stuff.

Coming to the OOP concept, even I'm using functional JS all the time. in India the major focus is given on OOP concepts, so keeping that in mind I've covered this . The reason is if someone's reading this blogs it should help them in practical work as well as interviews.

Thank you :)