When I first started my coding journey in my CS degree, I was a willy nilly coder. Clean code is important and here is why: others can’t understand your code it is inconsistent. If you are at your job, and another developer has to edit your code, it needs to be easy to follow! Why Clean Code is important & matters for readable, maintainable code | Sonar | Sonar (sonarsource.com)

Good Code vs. Bad Code Examples | Devmountain
Code smells indicate a deeper issue with your code, and they cause bugs! This is definitely something I have learned among the way. Also redundancy! You don’t want to repeat yourself. This will definitely lead to mistakes. 31 code smells all developers should be familiar with (pragmaticways.com)

Bad Code Smells!


Leave a Reply