effectivejava icon indicating copy to clipboard operation
effectivejava copied to clipboard

Organize namespaces

Open ftomassetti opened this issue 9 years ago • 1 comments

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.*

ftomassetti avatar May 15 '15 13:05 ftomassetti

Started by renaming the base package

ftomassetti avatar Jul 15 '15 12:07 ftomassetti