Skip to content

Commit 26bde66

Browse files
committed
docs: add bridge phrase
1 parent 532f527 commit 26bde66

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

i18n/en/docusaurus-plugin-content-docs/current/guides/issues/excessive-entities.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Excessive Entities
22

3-
The entities layer in Feature-Sliced Design is one of the lower layers that's primarily for business logic. That makes it widely accessible — all layers except for Shared can access it. However, its global nature means changes to Entities can have a widespread impact, requiring careful design to avoid costly refactors.
3+
The `entities` layer in Feature-Sliced Design is one of the lower layers that's primarily for business logic. That makes it widely accessible — all layers except for `shared` can access it. However, its global nature means that changes to `entities` can have a widespread impact, requiring careful design to avoid costly refactors.
4+
5+
Excessive entities can lead to ambiguity (what code belongs to this layer), coupling, and constant import dilemmas (code scattered across sibling entities).
46

57
## How to keep `entities` layer clean
68

0 commit comments

Comments
 (0)