JPDev@programming.dev to Programmer Humor@programming.dev · 10 个月前COMEFROMprogramming.devimagemessage-square34fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageCOMEFROMprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 10 个月前message-square34fedilink
minus-squaresudo@programming.devlinkfedilinkarrow-up0·10 个月前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.
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.