<?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: Modern Medicine Through JavaScript</title>
	<atom:link href="http://blog.benjaminfenster.com/2009/10/modern-medicine-through-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.benjaminfenster.com/2009/10/modern-medicine-through-javascript/</link>
	<description>A Blog of Musings and Mockery</description>
	<lastBuildDate>Thu, 19 Jan 2012 19:56:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ben</title>
		<link>http://blog.benjaminfenster.com/2009/10/modern-medicine-through-javascript/comment-page-1/#comment-11497</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 21 Oct 2009 23:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.benjaminfenster.com/?p=1292#comment-11497</guid>
		<description>What I found disconcerting wasn&#039;t the &quot;return false&quot; but rather the else: &quot;You have guessed incorrectly, but may move on.&quot;  It there returns true, indicating a correct answer, and allowing the student to proceed, even though the answer was not correct.

(I&#039;ve already forgotten the context, but I think &quot;correct&quot; is computed just above this snippet.)</description>
		<content:encoded><![CDATA[<p>What I found disconcerting wasn&#8217;t the &#8220;return false&#8221; but rather the else: &#8220;You have guessed incorrectly, but may move on.&#8221;  It there returns true, indicating a correct answer, and allowing the student to proceed, even though the answer was not correct.</p>
<p>(I&#8217;ve already forgotten the context, but I think &#8220;correct&#8221; is computed just above this snippet.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: just pixels</title>
		<link>http://blog.benjaminfenster.com/2009/10/modern-medicine-through-javascript/comment-page-1/#comment-11496</link>
		<dc:creator>just pixels</dc:creator>
		<pubDate>Wed, 21 Oct 2009 23:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.benjaminfenster.com/?p=1292#comment-11496</guid>
		<description>Now, having critiqued the code, I must say I&#039;d rather not give my doctor two guesses to diagnose me.  TV&#039;s &quot;House&quot; seems to need three guesses with the first two generally being fatally wrong.

How about this: 

if (!ocrrect) SendToUser(10000 volts);</description>
		<content:encoded><![CDATA[<p>Now, having critiqued the code, I must say I&#8217;d rather not give my doctor two guesses to diagnose me.  TV&#8217;s &#8220;House&#8221; seems to need three guesses with the first two generally being fatally wrong.</p>
<p>How about this: </p>
<p>if (!ocrrect) SendToUser(10000 volts);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: just pixels</title>
		<link>http://blog.benjaminfenster.com/2009/10/modern-medicine-through-javascript/comment-page-1/#comment-11495</link>
		<dc:creator>just pixels</dc:creator>
		<pubDate>Wed, 21 Oct 2009 23:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.benjaminfenster.com/?p=1292#comment-11495</guid>
		<description>I think you&#039;re misreading the code.  The method returns false to allow the student another &quot;guess&quot;.  Assuming &quot;correct&quot; is global, rather than local, the caller might read:

while (!GetAnswer());
if (correct) score++;</description>
		<content:encoded><![CDATA[<p>I think you&#8217;re misreading the code.  The method returns false to allow the student another &#8220;guess&#8221;.  Assuming &#8220;correct&#8221; is global, rather than local, the caller might read:</p>
<p>while (!GetAnswer());<br />
if (correct) score++;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

