this post was submitted on 21 Jun 2024
469 points (98.4% liked)

Programmer Humor

19315 readers
2 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
[โ€“] schnurrito@discuss.tchncs.de 13 points 3 months ago (7 children)

TBH I fail to see the significant difference between this and a function declaration.

[โ€“] sudo@programming.dev 4 points 3 months ago

Its like if subroutine bar could say its going to execute at line N of routine foo. But if you were just reading foo then you'd have no clue that it would happen.

You can simulate this effect with bad inheritance patterns.

load more comments (6 replies)