Slide 12
Slide 12 text
Hexagonal Architecture: What is it?
- Ports: Are abstraction defined by the application
- Adapters: are the implementation of the ports
(abstraction) that connect the application with the
outside world.
The outside world is anything that is not really important
to solve the problem we trying to solve:
Database, UI (Delivery mechanism), frameworks (Mobile, web,
… etc)