Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaRocks authored Nov 12, 2024
1 parent 24b78ab commit f365fe7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Cross cutting concerns are requirements that are general and common across the a
> * Error handling.
> * Performance monitoring.
> * Custom business rules.
> * Domain events
> * Managed Async processing
> * Thread Local Storage.
> * Inversion of Control.
> * many more
## Clean Architecture
MicroFx is implemented based on clean architecture principles. Clean architecture is a software design philosophy that separates the elements of a design into ring levels. An important goal of clean architecture is to provide developers with a way to organize code in such a way that it encapsulates the business logic but keeps it separate from the delivery mechanism.
Expand Down

0 comments on commit f365fe7

Please sign in to comment.