Skip to content

Commit 532f527

Browse files
Solantillright
andauthored
Update i18n/en/docusaurus-plugin-content-docs/current/guides/issues/excessive-entities.md
Co-authored-by: Lev Chelyadinov <illright@proton.me>
1 parent fe731e3 commit 532f527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

3-
The entities layer in Feature-Sliced Design is the first layer that incorporates business logic, distinguishing it from the `shared` layer. Unlike the `model` segment, it is globally accessible (except by `shared`), making it reusable across the application. However, its global nature means changes 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 changes to Entities can have a widespread impact, requiring careful design to avoid costly refactors.
44

55
## How to keep `entities` layer clean
66

0 commit comments

Comments
 (0)