Modern and Functional Patterns
Back: Design Patterns
Patterns that have emerged from modern software development practices and functional programming paradigms. These patterns address concerns like dependency management, data access abstraction, error handling, and request processing pipelines.
Concepts
- Dependency Injection
- Repository Pattern
- Unit of Work
- Specification Pattern
- Middleware Pipeline
- Result and Option Types
- Monad Pattern