Skip to content

Commit e580fc1

Browse files
author
Maxim Tereshko
committed
Merge remote-tracking branch 'origin/refactor/naming' into refactor/naming
2 parents ac2856d + 83776de commit e580fc1

File tree

2 files changed

+2
-2
lines changed
  • i18n
    • en/docusaurus-plugin-content-docs/current/about/understanding
    • ru/docusaurus-plugin-content-docs/current/about/understanding

2 files changed

+2
-2
lines changed

i18n/en/docusaurus-plugin-content-docs/current/about/understanding/naming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Naming conflicts can occur when terms used in the FSD methodology overlap with t
2727
- `FSD#page` vs log page,
2828
- `FSD#model` vs car model.
2929

30-
For example, a developer seeing the word process in the code will spend unnecessary time trying to understand which process they are talking about.
30+
For example, a developer seeing the word "process" in the code will spend unnecessary time trying to understand which process they are talking about.
3131

3232
These **collisions can disrupt the development process**, as developers may spend extra time trying to figure out exactly what they are talking about.
3333

i18n/ru/docusaurus-plugin-content-docs/current/about/understanding/naming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 4
44

55
# Нейминг
66

7-
У разных разработчиков разный опыт и контекст, что может привести к недопониманию в команде, когда одни и те же сущности [называются по-разному][disc-src]. Например:
7+
У разных разработчиков разный опыт и контекст, что может привести к недопониманию в команде, когда одни и те же сущности называются по-разному. Например:
88

99
- Компоненты для отображения могут называться "ui", "components", "ui-kit", "views", …
1010
- Код, который повторно используется во всем приложении, может называться "core", "shared", "app", …

0 commit comments

Comments
 (0)