50
Which software design principles do you rely on most?
(lemmy.dbzer0.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Software design should minimize work and provide structure.
In practice it’s harder to do the larger a project.
Most strategies work well with a few dozen files, but not tens of thousands of files by hundreds of developers.
Which is exactly what happens now in the average web page