7
chickie
4y

So we have a confluence page all about best practices (there’s not even a lot in it) but when you check the repository, most rules are not followed 😭

Comments
  • 4
    Unfortunately, with a few rare exceptions, this is standard everywhere. Mgt says they want quality code but don't really encourage it... Schedule pressure, discouraging refactoring/updating, praising devs who bang out the most features/bugfixes (never mind the extra maintenance costs for the shitty hacks).
  • 4
    Put lint script on git hooks
  • 3
    -> Set up a commit hook for Git
    -> Block all commits not passing the linter
    -> Deal with people screaming at you for two weeks
    -> Now people follow the rules, but still hate you
  • 1
    @PrivateGER so close to people hating me all I did was ask 😅
Add Comment