this post was submitted on 30 May 2024
393 points (94.6% liked)
Programmer Humor
32400 readers
432 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Inheritance makes complicated objects that would otherwise be impossible possible, but it only works if you know those objects really well. The problem is people write ridiculously complicated mystery objects in libraries and no one knows what's going on anymore.
Springboot is very confusing. The inheritance tree is insane, they created a class for everything, which I get.... But it is so hard to understand the whole scope their design.