Good Code vs Bad Code
Why writing good code matters, and how to do it
Jul 25, 2017 · 4 min read
When writing code in any language, there are good coding practices — and there are really bad ones.
Both may be correct as far as compiling and when they are run. But bad code can present some problems in development, debugging, and modifying. In the workplace, no matter how well your program runs, someone will have to read or alter your code at some point.
They may have to add new features, correct a rare bug, or they might just want to read it to understand how…

