Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.14 KB

File metadata and controls

36 lines (31 loc) · 1.14 KB

Common

  • switch operator is anti pattern ~ god object/function. prefer multiple functions over switch with parameters.

Git

Versioning

Dependencies

  • dotnet nuget why .\Tests\Clients.Tests.csproj xunit.assert

Hallmarks of a mature ecosystem

  • Local dev and run loop
  • Rich tooling (IDE + debugger)
  • Strong logging support
  • Reflection/introspection for dynamic work
  • Ability to step into both 3rd-party and standard library code

Debugging

  • Endpoints tests are often дщыу original exception and miss stack trace. Replace/create simple middleware to debug tests related to API calls.