From cb2fc144aa1f6ce0cc1445fb853b6c917bac815b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Mon, 20 Feb 2017 13:21:59 +0300 Subject: [PATCH] Update CODING --- CODING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODING b/CODING index f0b95e0..5054be8 100644 --- a/CODING +++ b/CODING @@ -160,8 +160,8 @@ command metaclass. It is advisable to develop new feature sets following a similar, re-usable, generic programming style. 7. Test-driven development is a most preferable rapid development -methodology. The sooner you may write the tests for your application, -the quicker you can start writing code that will not break it. One of +methodology. The sooner you write the tests for your application, +the quicker you may start writing code that will not break it. One of PISI's strengths is the comprehensive test suite. If you start writing the code with some test cases, it should diminish your coding time.