codeinabox@programming.dev to Programming@programming.devEnglish · 12 hours agoNobody knows how large software products workwww.seangoedecke.comexternal-linkmessage-square4fedilinkarrow-up140arrow-down12
arrow-up138arrow-down1external-linkNobody knows how large software products workwww.seangoedecke.comcodeinabox@programming.dev to Programming@programming.devEnglish · 12 hours agomessage-square4fedilink
minus-squarex00z@lemmy.worldlinkfedilinkEnglisharrow-up1·3 hours agoThis is why modularity in software is so good. You separate parts of the software and only interact with the abstraction. This way you don’t have to fully understand the inner workings of every component.
This is why modularity in software is so good. You separate parts of the software and only interact with the abstraction. This way you don’t have to fully understand the inner workings of every component.