this post was submitted on 15 Oct 2023
303 points (95.2% liked)

Programmer Humor

32503 readers
686 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Gentoo1337@sh.itjust.works 46 points 1 year ago (10 children)

I remember one GitHub project that implemented some algorithm (I think it was Dijkstra's) but only used 4 or 5 single letter variables and just kept reusing them.

[–] dandroid@dandroid.app 37 points 1 year ago (2 children)

When I was in college, I had a guy that I was working on a project with that did this constantly. At one point I looked at one of his files and the variables were named a, b, c, aa, ab, ac, ba, bb, etc. That when I was like, bro, you gotta stop doing this.

[–] tslnox@reddthat.com 4 points 1 year ago

The guy thinks in Excel.

load more comments (1 replies)
load more comments (8 replies)