625
The easiest problem (discuss.tchncs.de)
you are viewing a single comment's thread
view the rest of the comments
[-] redcalcium@lemmy.institute 63 points 10 months ago* (last edited 10 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.

[-] henfredemars@infosec.pub 45 points 10 months ago

He did write some Fortran in his past! What made you think it was Fortran influence?

[-] geogle@lemmy.world 68 points 10 months ago

72 characters per line/card.

[-] Templa@beehaw.org 7 points 10 months ago* (last edited 10 months ago)

I'd say because fortran is often used for calculations such as numerical analysis where you have x, y and z for example.

I have written fortran code in the past and it was mainly for that.

[-] redcalcium@lemmy.institute 4 points 10 months ago

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

[-] mkwt@lemmy.world 20 points 10 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.

[-] HaywardT@lemmy.sdf.org 1 points 10 months ago

And the rest of you are COBOL programmers.

this post was submitted on 07 May 2024
625 points (100.0% liked)

Programmer Humor

21369 readers
585 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS