• @[email protected]
    link
    fedilink
    English
    62 years ago

    Language snobs be like

    Java is too verbose, Assembly is best 🥴

    Ok nobody actually wants to write Assembly, but that’s still what they sound like. Optimizing for number of characters you’d have to type if you used a text editor instead of an IDE, and dumb shit like that.

    • @stingpie
      link
      English
      42 years ago

      I like to program assembly. It’s kinda fun to juggle around registers, and it feels really gratifying to to see it running at the fastest speed possible.

    • @[email protected]
      link
      fedilink
      English
      32 years ago

      The Java hate is not about wanting to type fewer characters; it’s about FactoryFactory-type boilerplate nonsense adding conceptual bloat that obscures what the unit of code is actually trying to accomplish.

      • @[email protected]
        link
        fedilink
        English
        02 years ago

        FactoryFactory classes are not something inherent to java, it’s just as likely with any OOP language. I’m assuming you refer to something like AbstractFactory Pattern.

        Most boilerplate can be automatically added by IDEs, and doesn’t add any more congnative overhead than comments would. It’s basically comments that are statically validated by the compiler.