16 Programming Mistakes Most Inexperienced Programmers Make

Most programmers will make these mistakes in their career

Daniel Anderson
JavaScript in Plain English
5 min readOct 27, 2020

--

Programming mistakes most inexperienced programmers make
Photo by Daniël Maas on Unsplash

1. Measuring good code by the number of lines

Whether the code was done with a small number of lines or a lot of lines of code, good clean code should not be measured by the number of lines!

--

--