News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
Top 15+ Best Practices for Writing Super Readable Code
December 09, 2009 @ 07:50:51

On NETTUTS.com today Burak Guzel has written up some good tips on how to make your code much more readable (and easier to maintain in the future. Not all of them are directly PHP related, but they are general enough to be applied in other places in your development.

Code readability is a universal subject in the world of computer programming. It's one of the first things we learn as developers. Readable and maintainable code is something to be proud of in a finished product. We can share it with others, contribute to other projects, and reuse code from applications we wrote months or even years ago.

Tips included in the list cover topics like:

  • comments & documentation
  • code grouping
  • avoiding deep nesting
  • using consistent temporary names
  • using object-oriented code versus procedural
  • effective refactoring
0 comments voice your opinion now!
bestpractices readable code tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Integrating Propel with the Zend Framework

Hasin Hayder's Blog: Building services like FriendFeed using PHP - Part2

Lars Strojny's Blog: Dependency Injection Container Refactorings, Part One

Tobias Schlitt's Blog: eZ Template article

Abhinav Singh's Blog: Setting Nginx, PHP Fastcgi and XCache on a new Ubuntu


Community Events











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


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

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