Domain application and infrastructure code
Domain, Application, and Infrastructure Code
- The domain code is the code dealing with the domain concepts and related behavior.
- The application code is the code that interacts with the external world. It makes the software concrete; applications receive requests from end users or other systems.
- Infrastructure code is the code written to run the infra