polylith

euccastro 2025-08-26T22:03:46.130999Z

From https://youtu.be/_tpNKAv4fro I understood that • :top-namespace doesn't need to be two-level (e.g., @seancorfield used ws), and that • code under project/xxx may be in namespaces which do not start with :top-namespace. I'm not asking whether either is advisable, but are these two things explicitly allowed in Polylith (as opposed to working by accident but not supported)?

tengstrand 2025-08-26T22:39:21.183219Z

• Yes, :top-namespace can be any valid namespace and doesn't need to be two-level. • Using :top-namespace for projects is discouraged, because it increases the risk of namespace conflicts.

euccastro 2025-08-27T00:53:04.987439Z

Thank you!

👍 1