Fork me on GitHub
#polylith
<
2021-02-16
>
allandaviesza13:02:56

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

tengstrand15:02:28

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.

allandaviesza13:02:39

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

tengstrand15:02:14

See my previous answer.