this post was submitted on 06 Jul 2024
1516 points (99.4% liked)

Programmer Humor

19315 readers
8 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 45 points 3 months ago (16 children)

I write such comments because I have to.

Company policy.

Also we have to specify every line of code and what it should do.......

[–] explodicle 24 points 3 months ago (3 children)

I would smash everything into a handful of overly-complicated lines.

[–] [email protected] 11 points 3 months ago (1 children)

I loved doing this is school, just trying to mess up my teachers.

[–] [email protected] 5 points 3 months ago (1 children)

Sometimes I think after i retire, I should teach. In the hopes that i could inspire people to write good code, instead of a lot of the garbage i see in the industry. This comment makes me sad.

[–] [email protected] 2 points 3 months ago

I just want to be clear, this was like highschool cs classes. I took things a bit more seriously in college.

I never wrote messy code or illogical code, or any code that didn't work. We were learning C++ in those days and if you know anything about C++, you can basically cram an entire program into a single line. You can also do some shorthand stuff for calculations and updates to variables... So while the class was instructed to use whitespace and comments and update variables like "var = var + #" I would do var += #.... I wouldn't comment it, mainly out of hubris.

I was pretty good at it but I was lazy as all hell with it.

load more comments (1 replies)
load more comments (13 replies)