Any laws for good software design? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Any laws for good software design?

There's any kind of "resource" to learn good practices of software design on the most practic sense? Like when (or not) to pass an object to a function to modify its internal state, or use it to modify some else's state. In the sense of make good design choices that will improbe code readability, testability, mantainability, usability, clean, etc. Things like that, for someone that knows coding, but only has being doing simple little programs for learning purposes, and wants to try build bigger programs, like a "little system" or so. (Already familiar with SOLID) Some sort of cheatsheet would be good. Books also welcome. (Reading "Clean Code" book from Uncle Bob rightnow.)

28th Dec 2021, 12:40 PM
Kiwwi#
Kiwwi# - avatar
1 Answer
0
Martin Taylor mainly OOP and general agnostics (patterns, architecture, etc)
28th Dec 2021, 2:43 PM
Kiwwi#
Kiwwi# - avatar