From 147a2bfb20b3bfc216b37f46c30c76d8f2e79013 Mon Sep 17 00:00:00 2001 From: Tankerxyz Date: Sun, 24 Jan 2016 10:30:24 +0200 Subject: [PATCH] Update index.md --- 1-js/3-code-quality/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/1-js/3-code-quality/index.md b/1-js/3-code-quality/index.md index 96320c44..43923a74 100644 --- a/1-js/3-code-quality/index.md +++ b/1-js/3-code-quality/index.md @@ -1,8 +1,8 @@ -# Качество кода +# Code quality -Для того, чтобы код был качественным, необходимы как минимум: +In order to keep the code quality, you need at least:
    -
  1. Умение отладить код и поправить ошибки.
  2. -
  3. Хороший стиль кода.
  4. -
  5. Тестировать код, желательно -- в автоматическом режиме.
  6. -
\ No newline at end of file +
  • The ability to debug code and fix bugs.
  • +
  • Good style code.
  • +
  • Test code is desirable - in automatic mode.
  • +