JPDev@programming.dev to Programmer Humor@programming.dev · 4 months agoCOMEFROMprogramming.devimagemessage-square36fedilinkarrow-up1478arrow-down17
arrow-up1471arrow-down1imageCOMEFROMprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 4 months agomessage-square36fedilink
minus-squaresudo@programming.devlinkfedilinkarrow-up4·4 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.