DEV Community

Discussion on: How we implemented Clean Code awareness into our office

Collapse
 
jessekphillips profile image
Jesse Phillips

I think clean commits help to drive clean code. People think it takes more time, but I disagree if you have a good code review process in place then spending time to organize what you want to communicate leads to cleaning up your code and understanding the changes better. If you don't understand the changes you probably are not ready for a code review.

Git provides good tools so you don't need to be clean the first time.