307
submitted 8 months ago by qaz@lemmy.world to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] lorty@lemmy.ml 8 points 8 months ago

When you are used to math equations, it's easy to slip into that habit.

[-] Pxtl@lemmy.ca 7 points 8 months ago

Single letter variables, yes. Reusing them? No.

[-] MooseBoys@lemmy.world 4 points 8 months ago

Only if they are well-known in the language you’re using or domain you’re writing for. x and y are fine for coordinates. i and j are fine for loop indices. But abbreviating things unnecessarily is bad IMO. s = GetSession() is too terse, for example.

[-] Pxtl@lemmy.ca 3 points 8 months ago

No, I mean single-letter vars are standard in physics and math, but reusing vars is not acceptable. Obviously they're not good practice except in the scenarios you describe, but mathies gonna math.

this post was submitted on 15 Oct 2023
307 points (95.3% liked)

Programmer Humor

31229 readers
1010 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS