roblaszczak/go-cleanarch

Any bigger example of Clean Architecture?

Closed this issue · 1 comments

bt commented

Hi @roblaszczak,

Great work on the repository!

I'm trying to get my head around clean architecture as I'm starting to design a really large application (which, I did already have quite a substantial amount done but ended up with crazy cyclic dependencies) so I'd really appreciate the help to redesign this in a cleaner, maintainable way.

I have a lot of cross-module dependencies which, unfortunately, with such a small set of examples, I can't really work out how to get everything working together.

Would you have any sources that would give a better example of how to structure my app?

Thanks so much!

Hello, @bt :)

Have you already checked this repository: https://github.com/ThreeDotsLabs/monolith-microservice-shop ?

It is still pretty small application, but better than anemic examples from this repository.