Skip to content

Commit

Permalink
Merge pull request #1259 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in readme-general-toc-4.md
  • Loading branch information
rluvaton committed Jul 28, 2023
2 parents c72f74a + 27032a9 commit d3b764f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/drafts/readme-general-toc-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Welcome to the biggest compilation of Node.js best practices, based on our check

## ![](../../assets/images/checkbox-sm.png) 1. Structure your solution by feature ('microservices')

**TL&DR:** The worst large applications pitfal is a huge code base where hundreds of dependencies slow down developers as try to incorporate new features. Partioning into small units ensures that each unit is kept simple and very easy to maintain. This strategy pushes the complexity to the higher level - designing the cross-component interactions.
**TL&DR:** The worst large applications pitfal is a huge code base where hundreds of dependencies slow down developers as try to incorporate new features. Partitioning into small units ensures that each unit is kept simple and very easy to maintain. This strategy pushes the complexity to the higher level - designing the cross-component interactions.

**Otherwise:** Developing a new feature with a change to few objects demands to evaluate how this changes might affect dozends of dependants and ach deployment becomes a fear.

Expand Down

0 comments on commit d3b764f

Please sign in to comment.