• lemmytellyousomething@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    3 months ago

    Why are they even named like this?

    When I read code, I want to be able to read it…

    Is this from a time when space was expensive and you wanted to reduce the space of the source files on the devs PC???

    For me (with a native language != english), this made it a lot harder to get into programming in the first place.

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

      I recently held a science slam about this topic! It’s a mix of the first computer scientists being mathematicians, who love their abbreviations, and limited screen size, memory and file size. It’s a trend in computing that has been well justified in the past, but has been making it harder for people to work together. And the need to use abbreviations has completely gone with the age of auto completion and language servers.

      • Ephera@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        3 months ago

        mathematicians, who love their abbreviations

        Man, I hate that so much. I swear this was half the reason I struggled with maths and physics, that these guys need to write this:

        Rather than this:

        At some point, they even collectively decided that not having to write a multiplication dot is more important than being able to use more than a single letter for your variables. Just what the fuck?

        • MisterFrog@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          Thing is, you usually define all your variables. At least we do in engineering (of physical variety, rather than software).

          Mostly because we can’t expect everyone reading the calculation to know, and that not everyone uses the same symbols.

          Not explaining each variable is bad practice, other than for very simple things. (I do expect everyone and their dog reading a process eng calc to know PV=nRT, at a minimum).

          Just like (in my opinion) not defining industry specific abbreviations is also bad practice.

          Mathematicians don’t do this? Shame on them.

        • trolololol@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          3 months ago

          Try to write the above with pen and ink and then tell me if you can read it back yourself.

          Single letters is not a good system but it was the less bad one.