Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

IBM developerWorks:
Five good programming habits in PHP
Dec 04, 2008 @ 18:04:56

Nathan Good has posted five tips PHP developers should use in their work to develop good programming habits to the IBM developerWorks site today.

Just like any language, developers can write code in PHP that ranges in quality from truly awful to very good. Learn good programming habits that can help you bridge the productivity gap. [...] Bad coding habits seem to accompany defects in code and can cause code to be difficult to change without introducing new defects. The following five good habits, when applied to your PHP code, will help you avoid these pitfalls.

Here's the list:

  • Use good naming.
  • Take smaller bites.
  • Document your code.
  • Handle error conditions.
  • Never, ever, copy and paste.
tagged: programming habit bestpractice document naming error copynpaste

Link:


Trending Topics: