Clean Coding Principles
Prefer positive conditionals
Be strongly typed
Avoid magic numbers
Avoid deep indentation : return early, fail fast, fail loud
Avoid high number of parameter
https://app.pluralsight.com/library/courses/csharp-clean-coding-principles/table-of-contents
Last updated