DEV Community

Discussion on: Coding practices your future self will love you for

Collapse
 
pavelloz profile image
Paweł Kowalski

Good stuff.

I would add, write tests, so you will learn how to write testable code, which at the end, will result in better code.

Collapse
 
mohanarpit profile image
Arpit Mohan

Oh ya. TDD for the win! It's a muscle that needs some practice to be developed. But after a period of time, you feel like there's no other way that you can write code in.