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. Isolate the Necessary Evil of New Operator
  4. Lean Heavily towards Immutability
  5. Recursive Functions Should Be Static