this post was submitted on 17 Apr 2026
612 points (94.6% liked)
Programmer Humor
31019 readers
981 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sounds like what a lot of beginner programmers do as well.
Not just beginners unfortunately. One of the things I have to almost always teach to new colleagues, even experienced ones, is to put at least some minimal effort into making the code itself readable instead of relying on comments as crutches. Just basic things like picking proper names for variables and functions.
a = aa + aaa .* a3(A(aa).a2);
//assign a as a function of aa,aaa,A,a3, and a2
Nailed it
What the fuck are doing here agent? Go tenet those glass towers already.