DEV Community

Discussion on: Things to Check Before Pushing Your Code

Collapse
 
bilbeyt profile image
Tolga Bilbey

I am agreeing your thoughts about comments, but it is important that you are not over commenting. It should be meaningful. Another thing to mention is git-hooks that can check for any styling problems in the code before pushing.