Merge pull request #242 from Tankerxyz/patch-2

Update index.md
This commit is contained in:
Ilya Kantor 2016-02-02 15:18:42 +03:00
commit 168d0745af

View file

@ -1,8 +1,8 @@
# Качество кода
# Code quality
Для того, чтобы код был качественным, необходимы как минимум:
In order to keep the code quality, you need at least:
<ol>
<li>Умение отладить код и поправить ошибки.</li>
<li>Хороший стиль кода.</li>
<li>Тестировать код, желательно -- в автоматическом режиме.</li>
<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>