DEV Community

Discussion on: Hexagonal Architecture in Go

Collapse
 
codewander profile image
codewander

Thanks. I should have said I am familiar with hexagonal and have implemented, just curious as to why you think it's the best choice in your current vision for requirements? Do you want to be able to change databases, etc?

Thread Thread
 
prinick profile image
Brayan Narváez

Maybe, change the database engine is not for all cases, but a big change in version can be an example, or the update of API REST framework library use in the upper layer of the app.

Simply is more easy make small and big changes.