-
Notifications
You must be signed in to change notification settings - Fork 8
SRS & Architectural Requirements
Dharshan Pillay edited this page Oct 23, 2023
·
1 revision
- The Facade Pattern
Facade is used in our microservices, providing a simplified interface to a larger body of code. This makes our system easier to use, test, and manage. The façade is the gateway API in our system.
- The State pattern
- The State pattern, implemented in our MVC structure, allows an object to alter its behaviour when its internal state changes, leading to cleaner code and more flexible logic.