More Newbie Developer Mistakes to Avoid

John Au-Yeung
JavaScript in Plain English
4 min readMay 15, 2020

--

Photo by Adli Wahid on Unsplash

It’s easy for developers to make mistakes, but we can prevent them if we know them beforehand.

In this article, we’ll look at mistakes that newbie programmers make that we can all avoid.

Not Using Debugging Tools

Debugging tools are there for a reason. It’s there for us to look at how each step of our program is run and what…

--

--