top | item 45935730

(no title)

trenchpilgrim | 3 months ago

I'm still trying to convince the scientists I work with that they should format their code or use linters. Making them mandatory in Go was a good decision.

discuss

order

ashishb|3 months ago

> I'm still trying to convince the scientists I work with that they should format their code or use linters.

Consider adding a pre-commit hook if you are allowed to.

trenchpilgrim|3 months ago

My group's repos enforce strict rules, theirs does not.