News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Practical Code Refactoring, Part 2 - Readability
October 22, 2012 @ 10:16:03

PHPMaster.com has returned with the second part of their guide to code refactoring. In this second part they pick up where they left off and focus on code readability this time.

In part one of this series I introduced what constitutes good code. As the series on code refactoring continues we'll dive into each of the three aspects and see how to refactor for each of them in order: readability, extensibility, and efficiency. In this part, the focus is on refactoring your code for better readability. Recall the definition of readability: readable code follows some well-known style and documentation practices. To help you start refactoring your code for readability, I've prepared this list of questions you should ask yourself throughout the development, testing, and review process.

There's a few different types of things that contribute to readable code, so he breaks the article up into a few sections:

  • General things like coding style guides, header comments and a reduction of global code
  • Naming conventions, well-named variables and methods
  • Simplified and easy to use expressions
  • Blocks of code, their average size and complexity.
0 comments voice your opinion now!
readability code refactor guide tutorial series


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Paging and Sorting Data with Zend Framework, Doctrine and PEAR (part 1)

PHP-GTK Community Site: Accessing geo-nick with Zend Framework (Zend_XmlRpc_Client)

Script-Tutorials.com: Google API - Get contact list

DevShed: Using Directory Iterators and MySQL with Adapter Objects with PHP

Kevin Schroeder's Blog: Deployment Series


Community Events











Don't see your event here?
Let us know!


tool conference functional podcast api series release framework opinion unittest composer introduction interview zendframework2 development example language community testing code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework