<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Pseudocode Programming Process</title>
	<atom:link href="http://www.coderookie.com/2006/tutorial/the-pseudocode-programming-process/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coderookie.com/2006/tutorial/the-pseudocode-programming-process/</link>
	<description>Programming tips from a rookie developer to other rookie developers</description>
	<lastBuildDate>Sat, 04 Aug 2012 07:43:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Python versus Java &#38;middot Programming tips for newbies - CodeRookie</title>
		<link>http://www.coderookie.com/2006/tutorial/the-pseudocode-programming-process/comment-page-1/#comment-1302</link>
		<dc:creator>Python versus Java &#38;middot Programming tips for newbies - CodeRookie</dc:creator>
		<pubDate>Tue, 08 Jan 2008 16:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderookie.com/2006/08/17/the-pseudocode-programming-process/#comment-1302</guid>
		<description>[...] The Pseudocode Programming Process [...]</description>
		<content:encoded><![CDATA[<p>[...] The Pseudocode Programming Process [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Tilson</title>
		<link>http://www.coderookie.com/2006/tutorial/the-pseudocode-programming-process/comment-page-1/#comment-769</link>
		<dc:creator>Joshua Tilson</dc:creator>
		<pubDate>Thu, 15 Nov 2007 21:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderookie.com/2006/08/17/the-pseudocode-programming-process/#comment-769</guid>
		<description>The whole pseudo Code is now commonly taught in college setting, programming basics and software engineering courses. It really allows you to visualize what the program will do and in what order. The hard part is learning the language well neough to make it do what you want.</description>
		<content:encoded><![CDATA[<p>The whole pseudo Code is now commonly taught in college setting, programming basics and software engineering courses. It really allows you to visualize what the program will do and in what order. The hard part is learning the language well neough to make it do what you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nathaniel</title>
		<link>http://www.coderookie.com/2006/tutorial/the-pseudocode-programming-process/comment-page-1/#comment-740</link>
		<dc:creator>nathaniel</dc:creator>
		<pubDate>Wed, 14 Nov 2007 03:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderookie.com/2006/08/17/the-pseudocode-programming-process/#comment-740</guid>
		<description>different from other examples... its detailed and easy to understand..</description>
		<content:encoded><![CDATA[<p>different from other examples&#8230; its detailed and easy to understand..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simi</title>
		<link>http://www.coderookie.com/2006/tutorial/the-pseudocode-programming-process/comment-page-1/#comment-584</link>
		<dc:creator>Simi</dc:creator>
		<pubDate>Sun, 21 Oct 2007 20:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderookie.com/2006/08/17/the-pseudocode-programming-process/#comment-584</guid>
		<description>Very useful!!!   Thanks a lot.  It&#039;s going to be of great help in for assignment</description>
		<content:encoded><![CDATA[<p>Very useful!!!   Thanks a lot.  It&#8217;s going to be of great help in for assignment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sairam meghi</title>
		<link>http://www.coderookie.com/2006/tutorial/the-pseudocode-programming-process/comment-page-1/#comment-548</link>
		<dc:creator>sairam meghi</dc:creator>
		<pubDate>Tue, 25 Sep 2007 10:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderookie.com/2006/08/17/the-pseudocode-programming-process/#comment-548</guid>
		<description>Informative, not at all confusing.
Try it.</description>
		<content:encoded><![CDATA[<p>Informative, not at all confusing.<br />
Try it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raghu prashanth</title>
		<link>http://www.coderookie.com/2006/tutorial/the-pseudocode-programming-process/comment-page-1/#comment-547</link>
		<dc:creator>raghu prashanth</dc:creator>
		<pubDate>Tue, 25 Sep 2007 06:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderookie.com/2006/08/17/the-pseudocode-programming-process/#comment-547</guid>
		<description>thanks for the information.........i think it would help our team in producing a good project.</description>
		<content:encoded><![CDATA[<p>thanks for the information&#8230;&#8230;&#8230;i think it would help our team in producing a good project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coding Guidelines - Commenting &#171; Charismatic Megafauna</title>
		<link>http://www.coderookie.com/2006/tutorial/the-pseudocode-programming-process/comment-page-1/#comment-416</link>
		<dc:creator>Coding Guidelines - Commenting &#171; Charismatic Megafauna</dc:creator>
		<pubDate>Thu, 26 Jul 2007 10:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderookie.com/2006/08/17/the-pseudocode-programming-process/#comment-416</guid>
		<description>[...] Comment as you go along, or you&#8217;ll forget. If you&#8217;re so inclined, use comments to structure your functional design before you write code, this is the Pseudocode Programming Process. As a general rule, comment what your code is doing, and why it&#8217;s doing it. I should already be able to see how your code works, because you&#8217;ve used meaningful and precise names for your classes, functions and variables. [...]</description>
		<content:encoded><![CDATA[<p>[...] Comment as you go along, or you&#8217;ll forget. If you&#8217;re so inclined, use comments to structure your functional design before you write code, this is the Pseudocode Programming Process. As a general rule, comment what your code is doing, and why it&#8217;s doing it. I should already be able to see how your code works, because you&#8217;ve used meaningful and precise names for your classes, functions and variables. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPGeek &#187; Start with Pseudocode</title>
		<link>http://www.coderookie.com/2006/tutorial/the-pseudocode-programming-process/comment-page-1/#comment-139</link>
		<dc:creator>PHPGeek &#187; Start with Pseudocode</dc:creator>
		<pubDate>Mon, 26 Feb 2007 00:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderookie.com/2006/08/17/the-pseudocode-programming-process/#comment-139</guid>
		<description>[...] CodeRookie has a really good introduction to starting your script by writing pseudocode. Particularly if you didn&#8217;t come from a more formal programming background, you may never have written pseudocode. I know that more than once I&#8217;ve written pseudocode for a junior programmer only to have them look at me like I just handed them complete gibberish. [...]</description>
		<content:encoded><![CDATA[<p>[...] CodeRookie has a really good introduction to starting your script by writing pseudocode. Particularly if you didn&#8217;t come from a more formal programming background, you may never have written pseudocode. I know that more than once I&#8217;ve written pseudocode for a junior programmer only to have them look at me like I just handed them complete gibberish. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 12.247 seconds -->
<!-- Cached page generated by WP-Super-Cache on 2013-04-12 09:37:45 -->
<!-- Compression = gzip -->