• Blackthorn@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    Well I guess the point is that you shouldn’t need all these method calls to achieve simple goals. Most of those “getF” are calls to some SystemFactory to get a GenericObjectFactory and so on and so forth.

    • Anomandaris@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      This just tells me you don’t use Java. Factory classes are just used to create objects in a standardized way, but this code isn’t creating anything, it’s just getting nested fields from already instantiated objects.