News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

PHPCult.com:
PHP, Laziness and the consequences of bad habits
April 10, 2006 @ 06:57:17

In this new post from Vidyut Luther on PHPCult.com, he mentions some difficulties he had installing some new PHP software - caused by bad habits the programmers used that caused trouble down the line. To help prevent further abuses of these issues, he lists out some of them.

His list so far is:

  • Turning "register globals" on
  • using shot open tags
  • using the ASP style of tagging
  • single-line condition statements (without the curly braces)
  • improper use of exit()
  • assuming settings on a remote server

For each of the above options, he briefly covers his opinion as to why they're wrong and can cause some serious headaches down the line. Most advanced programmers out there know about most of these issues, and have learned to work without them.

0 comments voice your opinion now!
php laziness bad habits register_globals short tags exit php laziness bad habits register_globals short tags exit




Community Events









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


code ajax database developer zend PHP5 framework book releases security zendframework mysql job PEAR release conference package application cakephp example

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