JPDev to Programmer Humor · 10 months agoCOMEFROMimagemessage-square35linkfedilinkarrow-up1479arrow-down18
arrow-up1471arrow-down1imageCOMEFROMJPDev to Programmer Humor · 10 months agomessage-square35linkfedilink
minus-squaresudolinkfedilinkarrow-up4·10 months agoIts 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.
Its like if subroutine
bar
could say its going to execute at line N of routinefoo
. But if you were just readingfoo
then you’d have no clue that it would happen.You can simulate this effect with bad inheritance patterns.