I use a module per package or logical unit. My names are things like: EmailModule ConverterModule ParameterModule WorkflowModule DomainModule RequestModule ModerationServicesModule
I also use aggregate modules that only install other modules: MVCModule installs ConveterModule, ParameterModule, RequestModule, etc. -- Brian Sent from my iPhone > On Nov 15, 2014, at 9:15 AM, Chris Malloy <[email protected]> wrote: > > Hi, absolute beginner here. > > What do you guys typically name your modules? MyModule just seems yucky to > me. > > Also, can you explain the thought process you use to pick good names? Do you > create modules for logical chunks and combine them later? > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-guice. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-guice/e983cc55-e492-489b-8c76-01448257773e%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. To view this discussion on the web visit https://groups.google.com/d/msgid/google-guice/3213F507-8943-40C3-B43D-04CD1608E89C%40pontarelli.com. For more options, visit https://groups.google.com/d/optout.
