this post was submitted on 30 May 2024
390 points (94.5% liked)

Programmer Humor

31251 readers
1545 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 13 points 1 month ago (3 children)

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.

[โ€“] [email protected] 2 points 1 month ago

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.

load more comments (2 replies)