<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: The Pseudocode Programming Process</title>
	<link>http://www.coderookie.com/2006/tutorial/the-pseudocode-programming-process/</link>
	<description>Programming tips from a rookie developer to other rookie developers</description>
	<pubDate>Fri, 21 Nov 2008 00:22:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<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-1302</link>
		<pubDate>Tue, 08 Jan 2008 16:11:00 +0000</pubDate>
		<guid>http://www.coderookie.com/2006/tutorial/the-pseudocode-programming-process/#comment-1302</guid>
					<description>[...] The Pseudocode Programming Process [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The Pseudocode Programming Process [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Joshua Tilson</title>
		<link>http://www.coderookie.com/2006/tutorial/the-pseudocode-programming-process/#comment-769</link>
		<pubDate>Thu, 15 Nov 2007 21:35:39 +0000</pubDate>
		<guid>http://www.coderookie.com/2006/tutorial/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-740</link>
		<pubDate>Wed, 14 Nov 2007 03:24:46 +0000</pubDate>
		<guid>http://www.coderookie.com/2006/tutorial/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-584</link>
		<pubDate>Sun, 21 Oct 2007 20:40:12 +0000</pubDate>
		<guid>http://www.coderookie.com/2006/tutorial/the-pseudocode-programming-process/#comment-584</guid>
					<description>Very useful!!!   Thanks a lot.  It'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-548</link>
		<pubDate>Tue, 25 Sep 2007 10:31:10 +0000</pubDate>
		<guid>http://www.coderookie.com/2006/tutorial/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-547</link>
		<pubDate>Tue, 25 Sep 2007 06:19:49 +0000</pubDate>
		<guid>http://www.coderookie.com/2006/tutorial/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-416</link>
		<pubDate>Thu, 26 Jul 2007 10:04:52 +0000</pubDate>
		<guid>http://www.coderookie.com/2006/tutorial/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>[&#8230;] 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. [&#8230;]
</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-139</link>
		<pubDate>Mon, 26 Feb 2007 00:34:26 +0000</pubDate>
		<guid>http://www.coderookie.com/2006/tutorial/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>[&#8230;] 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. [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.785 seconds -->
