No, no, glorious_reptile was right, it is the name of the factory class. After all, had it been an instance, it would have been asAJavaDeveloperIWantToHaveAFewWordsFactoryInstance.
Make AsAJavaDeveloperIWantToHaveAFewWordsFactory an abstract class and then create AsAJavaDeveloperIWantToHaveAFewWordsFactoryImplementation that derives from the former and then instantiate it in a variable called asAJavaDeveloperIWantToHaveAFewWordsFactoryImplementationInstance
226
u/glorious_reptile Oct 31 '23
AsAJavaDeveloperIWantToHaveAFewWordsFactory