• MeanEYE@lemmy.world
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    4 months ago

    Faster, sure. Efficient, fuck no. With Java you have to run around and write ton of boiler plate code to do something simplest in nature.

    • deathmetal27@lemmy.world
      link
      fedilink
      arrow-up
      9
      ·
      4 months ago

      Could say the same for C/C++.

      But yeah I’d like it if the features given by Lombok were standard in the language though it’s not a big deal these days since adding Lombok support is very trivial.

      • tyler@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        4 months ago

        You shouldn’t use Lombok, as it uses non-public internal Java APIs, which is why it breaks every release. At one point we had a bug with Lombok that only resolved if you restarted the application. Switching off of Lombok resolved the issue.

        Just switch to kotlin. You can even just use Kotlin as a library if you really want (just for POJOs), but at this point Kotlin is just better than Java in almost every way.

        • deathmetal27@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          4 months ago

          I agree but I have tried like hell to get my team to use Kotlin but it’s hard to convince upper management. The team is reluctant to switch as well.

          Using Lombok is the next best thing.

          Though for POJOs that are immutable you can use record classes now.

    • UnfortunateShort@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      4 months ago

      I’m mainly taking efficiency in terms of energy consumption. I won’t deny that some ugly decisions have been made with Java :D

      • MeanEYE@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        4 months ago

        Energy use? That’s a pointless metric. If that is the goal then whole idea of desktop should be scraped. Waste of memory and hard drive space. Just imagine the amount of energy wasted on booting GUI.