RTFJD (the JavaDocs are your friends!) If you haven't read them in a long time, then RRTFJD (they might have changed!)
RTFJD (the JavaDocs are your friends!) If you haven't read them in a long time, then RRTFJD (they might have changed!)
RTFJD (the JavaDocs are your friends!) If you haven't read them in a long time, then RRTFJD (they might have changed!)
Jesse Silverman wrote:How might you format the constructor definition below in an environment that restricted or discourages lines longer than 100 chars? 80 chars?
But unfortunately not the requireThat( , , ) idiom used there. What's that bit about?
Stephan van Hulst wrote:The concept of "factory of factories" is definitely NOT what the abstract factory pattern is about.
It is true that many applications will use a static factory method to provide an abstract factory, but this is actually not part of the pattern, and does nothing to demonstrate the power of the abstract factory pattern.
The name of the pattern really says it all. You have an abstract class (or preferentially, an interface) that contains methods to create instances of another type. THAT'S IT. The application uses the abstract factory to create instances with, and the client of the application provides the factory.
RTFJD (the JavaDocs are your friends!) If you haven't read them in a long time, then RRTFJD (they might have changed!)
RTFJD (the JavaDocs are your friends!) If you haven't read them in a long time, then RRTFJD (they might have changed!)
RTFJD (the JavaDocs are your friends!) If you haven't read them in a long time, then RRTFJD (they might have changed!)
RTFJD (the JavaDocs are your friends!) If you haven't read them in a long time, then RRTFJD (they might have changed!)
Yup, yup, yup. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|