For full text search please use the '?' prefix. e.g. ? Onboarding

Tech Guidance

Of course look at Tech Software Principles to start out.

Then look at this hierarchy.


Children
  1. Avoid Statics but Allow Usage of Extension Methods
  2. Favor Composition over Inheritance
  3. Favor Immutability
  4. Isolate the Necessary Evil of New Operator
  5. Recursive Functions Should Be Static