We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139711d commit 147a2bfCopy full SHA for 147a2bf
1-js/3-code-quality/index.md
@@ -1,8 +1,8 @@
1
-# Качество кода
+# Code quality
2
3
-Для того, чтобы код был качественным, необходимы как минимум:
+In order to keep the code quality, you need at least:
4
<ol>
5
-<li>Умение отладить код и поправить ошибки.</li>
6
-<li>Хороший стиль кода.</li>
7
-<li>Тестировать код, желательно -- в автоматическом режиме.</li>
8
-</ol>
+<li>The ability to debug code and fix bugs.</li>
+<li>Good style code.</li>
+<li>Test code is desirable - in automatic mode.</li>
+</ol>
0 commit comments