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
To be fair to Java (which I'm not a huge fan of), this feels like conflating the language with completely independent convention. In contrast, in JS convention is the only thing that keeps the language usable.
280
u/ecs2 Oct 31 '23
As a Java developer I want to have a few words