makotech222 [he/him]

  • 0 Posts
  • 2 Comments
Joined 4 years ago
cake
Cake day: September 21st, 2020

help-circle

  • Yeah code style people are bad teammates. I work primarily on C# projects; code style is reasonably consistent between most devs. If you dive into someone else’s code, it may not be the same style as you prefer, but you can always easily understand what is going on and change things that you need.

    I successfully staunched a code linter requirement at my previous job because the team was pretty inconsistent on what we agreed was ‘good style’ and I just mentioned that things were going fine without any style guide for now and we should just keep things in a grey area instead. People’s brains work differently and you should let your devs work the way their brain prefers as much as possible.