this post was submitted on 22 Mar 2024
121 points (90.6% liked)

Programmer Humor

20763 readers
2387 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 22 points 11 months ago (7 children)

I don't code in C++ (although I'm somewhat familiar with the syntax). My understanding is the header files should only contain prototypes / signatures, not actual implementations. But that doesn't seem to be the case here. Have I misunderstood, or is that part of the joke?

[–] [email protected] 5 points 11 months ago* (last edited 11 months ago) (2 children)

Not a C++ developer, I prefer C. You are right in general however my understanding is that classes which are generic using templates must be fully implemented in header files because of how templates are implemented. That being said this code doesn't appear to use templates so I'm not entirely sure I get it either?

[–] Kethal 2 points 11 months ago

I guess that's the joke, and I think we're all confused because it's wrong.

load more comments (1 replies)
load more comments (5 replies)