code readability's tag archives

5 Tips to improve your code readability

Posted under Article on Monday, 13 July 2009 by
1.- Use a top down approach (TDD). Using a top down approach is similar to TDD you start with the highest level logic: the validation of what your code has to perform (The unit test), and then you add layers of abstraction, which as you keep coding become more separated from the domain problem and...
5 Tips to improve your code readability