<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 25 May 2013 01:00:14 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPCult.com: PHP, Laziness and the consequences of bad habits]]></title>
      <guid>http://www.phpdeveloper.org/news/5131</guid>
      <link>http://www.phpdeveloper.org/news/5131</link>
      <description><![CDATA[In <a href="http://www.phpcult.com/archives/47-PHP,-Laziness-and-the-consequences-of-bad-habits-trade;.html">this new post</a> from <i>Vidyut Luther</i> 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.
<p>
His list so far is:
<ul>
<li>Turning "register globals" on
<li>using shot open tags
<li>using the ASP style of tagging
<li>single-line condition statements (without the curly braces)
<li>improper use of exit()
<li>assuming settings on a remote server
</ul>
<p>
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.]]></description>
      <pubDate>Mon, 10 Apr 2006 06:57:17 -0500</pubDate>
    </item>
  </channel>
</rss>
