> I also personaly don't like names like "Factory",
> "Executor", etc. While I reckon they are short,
> they are too broad/generic and in a complex
> application do not immediately make the link to
> jOOQ. They also don't help auto imports, code
> navigation, Google searches (there are many
> generic classes with the same name), etc.

+1

Choosing a nongeneric name also helps fight feature bloat in the class. With a 
precise name, it's easy to decide whether a new function belongs to it or not; 
with a generic name, adding a function that doesn't quite fit rings no alarm 
bells.
Coming up with a good class name can be hard and take much time though. *looks 
at his own code...*

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to