this post was submitted on 30 May 2024
391 points (94.3% liked)

Programmer Humor

31953 readers
749 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Artyom@lemm.ee 13 points 3 months 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.

[โ€“] Gonzako@lemmy.world 2 points 3 months ago

Tho, C# is statically typed so you can look at the available methods any one library has at any time in the IDE

load more comments (2 replies)