• 1 Post
  • 108 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle





  • I recently enforced coding standards in our c# code bases.

    Basically used an editor config and project properties to enable all analysers and set all rules to warnings. Also set warnings as errors for release builds.

    I've then been adjusting rules by hand if they're irritating or wrong.

    It's having great results and has already caught a load of bugs.

    But my god do the juniors hate it haha