Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 2.65 KB

README.md

File metadata and controls

18 lines (14 loc) · 2.65 KB

dotnet.devfast

dotnet.devfast project aims to achieve a single goal which is Fast Code Development in .Net. Verbosely speaking, we want to:

  • Bring readability to code
  • Optimize runtime execution of code
  • Offload boilerplate code

With this goal, the project is divided into several separate solutions, in order to achieve:

  • Separation of concern
  • High Testability
  • Clean Documentation
  • Continuous evolution

Currently the project consists of following packages: