Skip to content

Commit

Permalink
Update CODING
Browse files Browse the repository at this point in the history
  • Loading branch information
examachine committed Feb 20, 2017
1 parent cdc4e2e commit 2593812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CODING
Expand Up @@ -160,11 +160,11 @@ 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.
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
PISI's strengths is the comprehensive test suite. If you start writing
the code with some test cases, it should diminish your coding time.

8.Functional programming style reduces coding effort. Try to use
functional programming like list comprehensions, and higher order
functions, if there are complex relations you are dealing with.
functions, if there are complex relations you are dealing with.

0 comments on commit 2593812

Please sign in to comment.