JPDev@programming.dev to Programmer Humor@programming.dev · 2 years agoCOMEFROMprogramming.devexternal-linkmessage-square35linkfedilinkarrow-up1476arrow-down18
arrow-up1468arrow-down1external-linkCOMEFROMprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square35linkfedilink
minus-squaresudo@programming.devlinkfedilinkarrow-up4·2 years 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
barcould say its going to execute at line N of routinefoo. But if you were just readingfoothen you’d have no clue that it would happen.You can simulate this effect with bad inheritance patterns.