• @flamingo_pinyata@sopuli.xyz
    link
    fedilink
    English
    92 months ago

    I am a programmer but I’m not sure why people think Java is suited for anything, especially a system so sensitive to bugs. It’s so hard to write high quality readable code in Java. Everything is way more clunky, and verbose than it needs to be.

    Some major improvements were made with versions 17+ but still, it feels like walking through mud.

    It’s a language from the 1990s for the 1990s.

    Btw the performance is actually pretty good in Java, the old reputation for slowness is entirely undeserved today.

    • @BrianTheeBiscuiteer@lemmy.world
      link
      fedilink
      English
      62 months ago

      It’s a verbose language but I don’t know if there’s any real language that encourages highly readable code beyond low-level syntax. You want to create a God-class in Python with nonsensical variables and 5 levels of nesting? The language won’t stop you.