• amio@kbin.social
      link
      fedilink
      arrow-up
      23
      ·
      11 months ago

      This, but unironically. That is basically exactly how it started (after “J#” IIRC), minus a few wrinkles ironed out because if you’re reinventing the wheel, might as well try not to make the same flaws the old one had. Of course things branched out from there and C# has been a very different beast from Java since the 2000s.

      • dan@upvote.au
        link
        fedilink
        arrow-up
        5
        ·
        11 months ago

        I the beginning, C# was basically “Java, the good parts”, developed from scratch as a new language though. J# was developed in parallel as a replacement for Visual J++, and could run essentially unmodified Java code.

        At a previous workplace, we had projects that were combined C# and J# projects. It was a bit strange.

        • MyFairJulia@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          11 months ago

          Inventor of Delphi: “Hey, can i copy your homework?”

          Inventor to himself: “Yes, just make it look like you made it yourself.”

      • Valmond@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        11 months ago

        How so, templates make for less code usually? Or like template meta prog?

        I’m a C++ dev and I’m lost on this one :-p plz send help

        • JakenVeina@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 months ago

          /shrug

          That’s my best guess, in the sense that that’s what the compiler ends up producing, for templated code: the same code copy-pasted for however many different use cases you have.

    • darcy@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      11 months ago

      um more like Rust: Sir this is a very good memory-safe Essay you get 100% Grades!!! 😎😎😎😎😎

  • glibg10b@lemmy.ml
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    edit-2
    11 months ago

    I don’t get the HTML one. Is it a reference to HTTP 418?

    • drcouzelis@lemmy.zip
      link
      fedilink
      English
      arrow-up
      25
      ·
      11 months ago

      I think the joke is that HTML isn’t a REAL programming language.

      “This isn’t even a paper… this is a flower pot.”

      • kboy101222@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        ·
        11 months ago

        I think a better analogy would be making HTML look like one of those template thingies people use for bullet journals

  • PeriodicallyPedantic@lemmy.ca
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    11 months 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@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      11 months 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.

    • grue@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      11 months 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.

      • PeriodicallyPedantic@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        11 months 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.

    • dylanTheDeveloper@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      Assembly is absolutely doo doo fard because theirs so many variations because of different hardware or operating system and lots of people mix them up leading to struggle town for hours just for a simple hello world program for the specific version you have.

      I tried to learn and settled on GAS since that had better examples of code I could find online