codeinabox@programming.dev to Programming@programming.devEnglish · 20 hours agoNobody knows how large software products workwww.seangoedecke.comexternal-linkmessage-square6fedilinkarrow-up151
arrow-up151external-linkNobody knows how large software products workwww.seangoedecke.comcodeinabox@programming.dev to Programming@programming.devEnglish · 20 hours agomessage-square6fedilink
minus-squarex00z@lemmy.worldlinkfedilinkEnglisharrow-up7·11 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.