Skip to content

Commit 147a2bf

Browse files
committed
Update index.md
1 parent 139711d commit 147a2bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

1-js/3-code-quality/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Качество кода
1+
# Code quality
22

3-
Для того, чтобы код был качественным, необходимы как минимум:
3+
In order to keep the code quality, you need at least:
44
<ol>
5-
<li>Умение отладить код и поправить ошибки.</li>
6-
<li>Хороший стиль кода.</li>
7-
<li>Тестировать код, желательно -- в автоматическом режиме.</li>
8-
</ol>
5+
<li>The ability to debug code and fix bugs.</li>
6+
<li>Good style code.</li>
7+
<li>Test code is desirable - in automatic mode.</li>
8+
</ol>

0 commit comments

Comments
 (0)