Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/104-keep-it-small.md
parent
97566eee96
commit
9b9ffe8bfa
1 changed files with 1 additions and 1 deletions
@ -1,3 +1,3 @@ |
||||
# Keep it Small |
||||
|
||||
Keep it small in system design architecture refers to the practice of designing and implementing small, focused components that serve a specific purpose, rather than large, monolithic components that try to do everything. This can help to improve the maintainability and scalability of the system by making it easier to understand, test, and modify individual components. |
||||
You should design and implement small, focused components that serve a specific purpose, rather than large, monolithic components that try to do everything. This can help to improve the maintainability and scalability of the system by making it easier to understand, test, and modify individual components. |
Loading…
Reference in new issue