-
Just for clarification, by that you don‘t mean that a submodule cannot depend on a different sub-/module?
-
What if I want to break my sub-module into even smaller parts and those parts should be encapsulated from the main module and even partly from the module itself? If we can already do
module A imports module B which imports but not expose module C
then why not allowmodule A has submodule B which has a nested own submodule C and D
?
1 Like