effectivejava
effectivejava copied to clipboard
Organize namespaces
Probably app
is a very bad name for the namespace. We should rename all of them and then we could use import-vars from https://github.com/ztellman/potemkin to import and re-export the symbols defined in the namespace. For example we could have one namespace name app.model.facade which expose all the content of all the namespaces with name app.model.*
Started by renaming the base package