roadrunner_ex@lemmy.ca to Programming@programming.devEnglish · 1 day agoWrite code that is easy to delete, not easy to extendprogrammingisterrible.comexternal-linkmessage-square8fedilinkarrow-up143arrow-down15cross-posted to: hackernews@lemmy.bestiver.se
arrow-up138arrow-down1external-linkWrite code that is easy to delete, not easy to extendprogrammingisterrible.comroadrunner_ex@lemmy.ca to Programming@programming.devEnglish · 1 day agomessage-square8fedilinkcross-posted to: hackernews@lemmy.bestiver.se
minus-squareFlorianSimon@sh.itjust.workslinkfedilinkarrow-up2·14 hours agoI’d go easy with the recommendation to couple components loosely. If you make things that belong together loosely coupled, you’ve created obfuscation, and added complexity to your codebase. Loose coupling makes sense, but not everywhere.
I’d go easy with the recommendation to couple components loosely. If you make things that belong together loosely coupled, you’ve created obfuscation, and added complexity to your codebase. Loose coupling makes sense, but not everywhere.