Skip to content

Commit

Permalink
Merge pull request #30 from wojcikstefan/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
zakirullin authored Nov 9, 2024
2 parents 07d79d3 + 18c431e commit af9a085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Mantras like "methods should be shorter than 15 lines of code" or "classes shoul

![Deep module](/img/deepmodulev8.png)

Having too many shallow modules can make it difficult understand the project. **Not only do we have to keep in mind each module responsibilities, but also all their interactions**. To understand the purpose of a shallow module, we first need to look at the functionality of all the related modules. `🤯`
Having too many shallow modules can make it difficult to understand the project. **Not only do we have to keep in mind each module responsibilities, but also all their interactions**. To understand the purpose of a shallow module, we first need to look at the functionality of all the related modules. `🤯`

> Information hiding is paramount, and we don't hide as much complexity in shallow modules.
Expand Down Expand Up @@ -322,4 +322,4 @@ We should reduce any cognitive load above and beyond what is intrinsic to the wo
<summary><b>Coding principles and experience</b></summary>
<img src="img/complexity.png"><br>
<a href="https://twitter.com/flaviocopes">@flaviocopes</a>
</details>
</details>

0 comments on commit af9a085

Please sign in to comment.