10 Good Coding Habits

Tony
6 min readJun 3, 2024

Every good habit is a treasure. In this article I will compile 16 good habits for writing code, each of which is very classic. Developing these habits can help avoid most non-business-related bugs and I hope it’s helpful to you.

1. Testing after Modification

Testing your changes after modifying the code is a fundamental skill for every programmer. Especially, don’t hold onto the…

--

--