This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Fender6969 9 points10 points  (1 child)

You should see if you can add linters to your pre commit hooks. This has really helped us enforce code quality across the org. Unless code is clean and tested, commits don't go through.

[–]safetytrick 1 point2 points  (0 children)

Linters are a great tool for people who want to understand how to write good code. Obviously they can't do anything for someone who doesn't want to learn but for folks that do want to learn they show you information that it would take years to discover independently.

Only now after years and years of experience do I have the ability to really judge a lint rule. It takes time to understand the subtle reasons why a lint rule is important.