Skip to content

Commit d54467a

Browse files
committed
Update ru-RU.md
1 parent cdfe68c commit d54467a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ru-RU.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,12 +1979,12 @@
19791979
3. `F`Держать структуру ровной как можно дольше (`F`lat structure as long as we can)
19801980
4. `T`Старайтесь оставаться DRY или T-DRY (Don’t Repeat Yourself) - Не Повторяйте Себя (`T`ry to stay DRY - Don’t Repeat Yourself)
19811981

1982-
### Locate
1982+
### Размещение
19831983
###### [Style [Y141](#style-y141)]
19841984

1985-
- Make locating your code intuitive, simple and fast.
1985+
- Размещайте свой код интуитивно, просто и быстро.
19861986

1987-
*Why?*: I find this to be super important for a project. If the team cannot find the files they need to work on quickly, they will not be able to work as efficiently as possible, and the structure needs to change. You may not know the file name or where its related files are, so putting them in the most intuitive locations and near each other saves a ton of time. A descriptive folder structure can help with this.
1987+
*Почему?*: Я считаю, это должно быть супер важно для проекта. Если команда не может быстро найти файлы, с которыми нужно работать, то команда не сможет работать настолько эффективно, насколько это возможно. Такая структура должна быть изменена. Вы можете не знать имени файла или где находятся его сопутствующие файлы, тогда поместите их в наиболее интуитивно подходящее место, рядом друг другом, и это сэкономит кучу времени. Описательная структура папок может помочь с этим.
19881988

19891989
```
19901990
/bower_components

0 commit comments

Comments
 (0)