Test your code earlier and check your style earlier
During implementing big project, I found it was always annoying to adjust the style and structure after finishing the major implementation.
I found it’s more reasonable to design the code structure firstly, and then testing modular-based functionalities. At the same time, still pay attention to the code style.













