<?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>Wed, 22 May 2013 10:52:03 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Nick Halstead's Blog: Uses of Pseudo Code in Development]]></title>
      <guid>http://www.phpdeveloper.org/news/7996</guid>
      <link>http://www.phpdeveloper.org/news/7996</link>
      <description><![CDATA[<p>
In <a href="http://blog.assembleron.com/2007/06/03/uses-of-pseudo-code-in-development/">a post from Nick Halstead</a> on the Programming and Management Blog, he discusses something just about every developer is familiar with - pseudo code.
</p>
<blockquote>
Writing pseudo code and program code separately simplifies the overall task by splitting it into two simpler tasks. While writing the algorithm the developer can focus on solving the problem, not how it is written in a a particular language. Once the pseudo code is written and has been checked; writing the real code becomes much simpler, the programmer is only concerned with converting the pseudo code into the appropriate program code.
</blockquote>
<p>
<i>Nick</i> <a href="http://blog.assembleron.com/2007/06/03/uses-of-pseudo-code-in-development/">looks at both sides</a> of its use and includes the good (doesn't take language-specific understanding) and the bad (could hide logic flaws that could be tragic later). He also includes a quick overview of how to write it, making sure to keep things high level and all about the structure.
</p>]]></description>
      <pubDate>Thu, 07 Jun 2007 07:55:00 -0500</pubDate>
    </item>
  </channel>
</rss>
