Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/104-keep-it-small.md

content/software-design-and-architecture
Kamran Ahmed 2 years ago committed by GitHub
parent 97566eee96
commit 9b9ffe8bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/104-keep-it-small.md

@ -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…
Cancel
Save