Using pre-commit to improve our code
What is pre-commit?
Git hooks can catch trivial issues like missing semicolons or trailing whitespace before code review, freeing up reviewer time for more in-depth architectural examinations. However, distributing these hooks across projects can be ...
adityapachauri.hashnode.dev2 min read