DEV Community

Discussion on: The Saddest Thing I Faced In Coding

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

About your problems, I recommend things like clean code, pure functions, OOP, or write tests. Just do small things well. Automate your works properly first.

Another thing is, instead of running your code; debug your code and add breakpoints, instead. Not sure if this can always be done in JavaScript / UI code.

I don't think it even matters that you reference the docs or not.