this post was submitted on 14 Aug 2023
1370 points (98.0% liked)

Programmer Humor

18961 readers
473 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] 14 points 1 year ago (1 children)

I hate this in C++ when it does this with parameters of an overidden function. I don't need that specific parameter, but if I omit the variable name, I reduce readability.

[–] [email protected] 8 points 1 year ago (1 children)
[–] [email protected] 2 points 1 year ago

Which is have been able to use since we switched to C++17 ... a couple of months ago.