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
When I explore or consider alternatives, I don't think of or ask myself about design principles, but consider and weigh what could and would make sense where I am.
More than principles, the guiding goal is Maintainability - Readability, Graspability, Consistency, Correctness, Robustness. Weighted against constraints.
I guess separation of concerns is a big one I use implicitly. Like many others.