codeinabox@programming.dev to Programming@programming.devEnglish · 2 days agoNobody knows how large software products workwww.seangoedecke.comexternal-linkmessage-square8fedilinkarrow-up153arrow-down12
arrow-up151arrow-down1external-linkNobody knows how large software products workwww.seangoedecke.comcodeinabox@programming.dev to Programming@programming.devEnglish · 2 days agomessage-square8fedilink
minus-squarex00z@lemmy.worldlinkfedilinkEnglisharrow-up15·1 day 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.