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

PHPMaster.com: Maven and PHP

php|architect: Using the PEAR Installer (Parts 1 & 2)

DevShed: The Switch Statement and Arrays

The Bakery: Five New Posts - Releases/Articles/Tutorials

Dave Dash's Blog: Saving a file to a database using symfony and doctrine


Community Events











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


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

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