• @[email protected]
    link
    fedilink
    62
    edit-2
    7 months ago

    Ah, must’ve been a fortran developer. I swear they have this ability to make the shortest yet the least memorable variable names. E.g. was the variable called APFLWS or APFLWD? Impossible to remember without going back and forth to recheck the definition. Autocomplete won’t help you because both variables exist.

      • geogle
        link
        677 months ago

        72 characters per line/card.

      • @[email protected]
        link
        fedilink
        57 months ago

        Your first few programming languages usually influence you the most for the rest of your career.

    • @mkwt
      link
      217 months ago

      And you can write more than six characters, but only the first six are recognized. So APFLWSAC and APFLWSAF are really the same variable.

      And without namespaces, company policy reserves the first two characters for module prefix and Hungarian notation.