Update index.md

This commit is contained in:
Tankerxyz 2016-01-24 10:30:24 +02:00
parent 139711d8f3
commit 147a2bfb20

View file

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