• Zangoose@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      7 minutes ago

      To me at least angular makes a bit more sense than React’s way of doing things does. React tries to be functional with its components and yet it seems like they end up basically trying to mimic classes with useState and useEffect. To me Angular’s class-based approach makes a bit more sense (though I am primarily interested in backend development more than frontend so that could be why)

      It does kind of fall into a lot of the traps of Object-Oriented programming though so I can see why a lot of people don’t like it

    • dandi8@fedia.io
      link
      fedilink
      arrow-up
      8
      ·
      7 hours ago

      For me, as primarily a backend dev, the argument was that it’s a framework, unlike React, so you get an everything-in-one solution which is quite easy to setup and use.

      Given that Google still hasn’t killed this one yet, it’s also a mature platform with plenty of articles online on how to use it.

      IIRC the license was also better than React’s, at least last time I checked.

      Not sure on what the landscape looks like today, but when I was making the choice, the internet didn’t seem to consider other solutions to be competitive with either React or Angular.

      • Eiri@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        1 hour ago

        Vue and React are popular alternatives.

        Lit is a less popular alternative that’s 100% compatible with native WebComponents, and I’ve been interested in it ever since I first heard of it.

  • abbadon420@lemm.ee
    link
    fedilink
    arrow-up
    34
    arrow-down
    1
    ·
    18 hours ago

    Java is also a lot of fun in this regard. They’ve actually dropped support for java 8 about 2.5 years ago. But Oracle has added a “premium subscription” that gives companies another decade or so of extra support to delay updating their code even further. https://endoflife.date/oracle-jdk

    • smeg@feddit.uk
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 hours ago

      Doesn’t every company offer that? “Yeah we’re really done supporting this, but if you want to spend a million quid a month on it then sure, you can have ultra extra extended support”, then every old company that relies on this for their money-printing machine and can’t be bothered updating their ancient code sends them a blank cheque.

    • elvith@feddit.org
      link
      fedilink
      arrow-up
      17
      ·
      17 hours ago

      Worse yet. They switched licensing and costs several times and companies should prepare to get hit with new licensing fees:

      When they introduced Java 17 (a LTS version), they published it under the NTFC license. This means, this version is usable for free, but only until the next LTS version has been out for a year.

      On Sep 19th 2023, Java 21 was released another LTS version. That means, that Java 17 just switched from the NTFC license to the OTNLA license a few days ago - which means, Java 17 is supported until 2029 but you now need a paid license to use it.

      Hope everyone upgraded to Java 21 or newer in time.

        • elvith@feddit.org
          link
          fedilink
          arrow-up
          1
          ·
          4 hours ago

          Yes, it’s just Oracle - Temurin, Coretto,… are all safe.

          Oracle offers (paid) support for its Java distribution, which might be why it’s still used by companies…

    • MHanak@lemmy.world
      link
      fedilink
      arrow-up
      12
      ·
      17 hours ago

      Isn’t java generally backwards compatible? I switch java versions willy nilly in my (small) projects and never really noticed any problems when upgrading the version

      • abbadon420@lemm.ee
        link
        fedilink
        arrow-up
        13
        arrow-down
        1
        ·
        16 hours ago

        Yes sure, but not forwards compatible. That means if you need to fix a bug or add a feature in a project that is build on java 8, you cannot use language features from later versions. They are pretty important features at that, like a workable Http client, modules, container compatibility, records and enhanced switch statements. It is not fun to work like that, it’s what makes good programmers want to become chicken farmers.

        • dandi8@fedia.io
          link
          fedilink
          arrow-up
          3
          ·
          6 hours ago

          Are you complaining that older versions of Java don’t have the features of newer versions of Java…?

  • TrickDacy@lemmy.world
    link
    fedilink
    arrow-up
    19
    arrow-down
    1
    ·
    17 hours ago

    I’m so glad I never had to work with angular. Those constructs always disgusted me

    • Sinuousity@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      14 hours ago

      Confusing syntax to replace confusing syntax, library dependencies that let you do nothing you couldn’t do without them. Generic solutions are always the best for specific problems, right?

  • OpenPassageways@lemmy.zip
    link
    fedilink
    arrow-up
    6
    ·
    15 hours ago

    I think it was 5 to 6 that was a really tough one for me because we had an in-house state management library that broke with the major breaking changes to RxJS. After that was pretty much no issue all the way from 6 to 17.

    • Eiri@lemmy.ca
      link
      fedilink
      arrow-up
      2
      ·
      2 hours ago

      The old version, AngularJS, died. The newer Angular lives on, and I heard it’s a much better experience.

  • bleistift2@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    3
    ·
    17 hours ago

    If only their “automatic” updater worked without throwing errors on every migration…