Architecture
Hexagonal architecture
codingnature
2023. 11. 14. 19:01
반응형
SMALL
https://alistair.cockburn.us/hexagonal-architecture/
Hexagonal architecture
Create your application to work without either a UI or a database so you can run automated regression-tests against the application, work when the database becomes unavailable, and link applications together without any user involvement. Japanese translati
alistair.cockburn.us
반응형
LIST