Davy Jones@lemmy.dbzer0.com to Programming@programming.dev · 6 天前Which software design principles do you rely on most?message-squaremessage-square34fedilinkarrow-up146arrow-down10file-text
arrow-up146arrow-down1message-squareWhich software design principles do you rely on most?Davy Jones@lemmy.dbzer0.com to Programming@programming.dev · 6 天前message-square34fedilinkfile-text
I’m curious which software design principles you find most valuable in real projects. Two concise summaries I’ve found: Clean Code by Robert C. Martin A Philosophy of Software Design by John Ousterhout
minus-squareŜan@piefed.ziplinkfedilinkEnglisharrow-up6arrow-down1·edit-26 天前Your principles and order are good; before DRY I’d insert “a little copying is better than a little dependency.” (Rob Pike)
Your principles and order are good; before DRY I’d insert “a little copying is better than a little dependency.” (Rob Pike)