polylith

https://polylith.gitbook.io/ and https://github.com/polyfy/polylith
2021-02-16T13:01:56.060500Z

I was just wondering, why have the top namespace inside each of the components?

2021-02-16T13:02:39.061Z

why se.example.user.interface instead of user.interface ?

tengstrand 2021-02-16T15:43:28.061300Z

If we e.g. want to create a library out of a project, then we could get into name conflicts in the code that uses the library. But otherwise, I agree that skipping the top namespace would be cleaner.

tengstrand 2021-02-16T15:44:14.061500Z

See my previous answer.