<?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 for Yet Another Programming Blog</title>
	<atom:link href="http://www.davehking.com/wordpress/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.davehking.com/wordpress</link>
	<description>Programming the Enterprise</description>
	<lastBuildDate>Sun, 08 Apr 2012 03:58:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on MUSHCode: Functional Programming the Really Hard Way by Zen</title>
		<link>http://www.davehking.com/wordpress/?p=376#comment-15</link>
		<dc:creator>Zen</dc:creator>
		<pubDate>Sun, 08 Apr 2012 03:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehking.com/wordpress/?p=376#comment-15</guid>
		<description>Dave -- Developing my own Star Wars game at the moment as well, have supported and developed several other SW games in key roles over the years. Anyway, I&#039;ve got a fairly neat d6 system coming together (WEG) but I&#039;ve got a concept for integrating d6 and d20 onto the same server (but not in the same IC space). Anyway, I was googling d20 Pennmush and found your site and was curious about what you had prepared -- specifically in chargen and RPG elements. How did it work? Any thoughts about do/donts? There aren&#039;t tons of great d20 implementations that I know of, so I&#039;m trying to get educated on how people have approached it in the past.

Best regards,
Zen@sw-x.org</description>
		<content:encoded><![CDATA[<p>Dave &#8212; Developing my own Star Wars game at the moment as well, have supported and developed several other SW games in key roles over the years. Anyway, I&#8217;ve got a fairly neat d6 system coming together (WEG) but I&#8217;ve got a concept for integrating d6 and d20 onto the same server (but not in the same IC space). Anyway, I was googling d20 Pennmush and found your site and was curious about what you had prepared &#8212; specifically in chargen and RPG elements. How did it work? Any thoughts about do/donts? There aren&#8217;t tons of great d20 implementations that I know of, so I&#8217;m trying to get educated on how people have approached it in the past.</p>
<p>Best regards,<br />
<a href="mailto:Zen@sw-x.org">Zen@sw-x.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pattern: Stubbing Legacy Superclasses with Mockito Spies by Rahul</title>
		<link>http://www.davehking.com/wordpress/?p=97#comment-14</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Fri, 30 Dec 2011 06:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehking.com/wordpress/?p=97#comment-14</guid>
		<description>Good info. Thanks.

I think the method in the base class is &lt;em&gt;getUserInfo()&lt;/em&gt; but in later examples, you refer to it as &lt;em&gt;getUser()&lt;/em&gt;.</description>
		<content:encoded><![CDATA[<p>Good info. Thanks.</p>
<p>I think the method in the base class is <em>getUserInfo()</em> but in later examples, you refer to it as <em>getUser()</em>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mixins Deserve First-Class Status in OO Education by SugarCRM Developers</title>
		<link>http://www.davehking.com/wordpress/?p=128#comment-13</link>
		<dc:creator>SugarCRM Developers</dc:creator>
		<pubDate>Wed, 21 Dec 2011 14:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehking.com/wordpress/?p=128#comment-13</guid>
		<description>It&#039;s great information. It helpful in many cases. Thanks for posting. :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s great information. It helpful in many cases. Thanks for posting. <img src='http://www.davehking.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pattern: Stubbing Legacy Superclasses with Mockito Spies by rob</title>
		<link>http://www.davehking.com/wordpress/?p=97#comment-12</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Thu, 08 Dec 2011 10:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehking.com/wordpress/?p=97#comment-12</guid>
		<description>Thanks for this article, really quite useful.

An important caveat I have just discovered to do with spying/mocking legacy code with an inheritance hierarchy, is that all classes in the hierarchy must be public.

http://code.google.com/p/mockito/issues/detail?id=212</description>
		<content:encoded><![CDATA[<p>Thanks for this article, really quite useful.</p>
<p>An important caveat I have just discovered to do with spying/mocking legacy code with an inheritance hierarchy, is that all classes in the hierarchy must be public.</p>
<p><a href="http://code.google.com/p/mockito/issues/detail?id=212" rel="nofollow">http://code.google.com/p/mockito/issues/detail?id=212</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pattern: Stubbing Legacy Superclasses with Mockito Spies by Werner</title>
		<link>http://www.davehking.com/wordpress/?p=97#comment-11</link>
		<dc:creator>Werner</dc:creator>
		<pubDate>Wed, 28 Sep 2011 18:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehking.com/wordpress/?p=97#comment-11</guid>
		<description>Thank you for your time and effort writing this.  It is surely helpful when learning Mockito</description>
		<content:encoded><![CDATA[<p>Thank you for your time and effort writing this.  It is surely helpful when learning Mockito</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It&#8217;s Time For You To Learn JavaScript by dave</title>
		<link>http://www.davehking.com/wordpress/?p=339#comment-10</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Fri, 15 Jul 2011 10:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehking.com/wordpress/?p=339#comment-10</guid>
		<description>Yes, I completely agree.  If you are going to be writing JavaScript it has to be a first class citizen -- just like any other part of your stack, you write tests for it, think about code architecture, and try to make it better.

The hardest thing is to write that first test written.  Writing that first test requires:
* Mentally committing to JavaScript testing as something you are going to &#039;do&#039;
* Figuring out how to get the test code talking to your main code
* Figuring out how to run the tests, preferably in some kind of automated way

Once this is done, writing the actual tests is easy...</description>
		<content:encoded><![CDATA[<p>Yes, I completely agree.  If you are going to be writing JavaScript it has to be a first class citizen &#8212; just like any other part of your stack, you write tests for it, think about code architecture, and try to make it better.</p>
<p>The hardest thing is to write that first test written.  Writing that first test requires:<br />
* Mentally committing to JavaScript testing as something you are going to &#8216;do&#8217;<br />
* Figuring out how to get the test code talking to your main code<br />
* Figuring out how to run the tests, preferably in some kind of automated way</p>
<p>Once this is done, writing the actual tests is easy&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It&#8217;s Time For You To Learn JavaScript by Srijak</title>
		<link>http://www.davehking.com/wordpress/?p=339#comment-9</link>
		<dc:creator>Srijak</dc:creator>
		<pubDate>Fri, 15 Jul 2011 03:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehking.com/wordpress/?p=339#comment-9</guid>
		<description>Ok, I&#039;ll be honest. I just skimmed the post so I apologize if I am repeating something you said. Regardless, I would like to take the opportunity to rant, mostly due to the section headings : &quot;Javascript is just like any other language&quot; and &quot;Javascript is easy to learn.&quot;

 I think that most of the crap javascript code (mine included) comes out of people assuming that it&#039;s close enough to whatever language they already know to not have to invest a little 1:1  time with javascript. Hell, it even sounds familiar (JAVAscript). And so, they (we) jump in, throw up some code into the editor, tweak it until it works (== ?, maybe === will do it) and move on.

And, I&#039;ve seen devs who usually labour of their &quot;craft&quot; do this too. It&#039;s like lots of people have a clean code blind spot when they are working javascript :)

So yeah, let&#039;s all actually &lt;strong&gt;learn&lt;/strong&gt; some javascript :)</description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;ll be honest. I just skimmed the post so I apologize if I am repeating something you said. Regardless, I would like to take the opportunity to rant, mostly due to the section headings : &#8220;Javascript is just like any other language&#8221; and &#8220;Javascript is easy to learn.&#8221;</p>
<p> I think that most of the crap javascript code (mine included) comes out of people assuming that it&#8217;s close enough to whatever language they already know to not have to invest a little 1:1  time with javascript. Hell, it even sounds familiar (JAVAscript). And so, they (we) jump in, throw up some code into the editor, tweak it until it works (== ?, maybe === will do it) and move on.</p>
<p>And, I&#8217;ve seen devs who usually labour of their &#8220;craft&#8221; do this too. It&#8217;s like lots of people have a clean code blind spot when they are working javascript <img src='http://www.davehking.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So yeah, let&#8217;s all actually <strong>learn</strong> some javascript <img src='http://www.davehking.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mixins Deserve First-Class Status in OO Education by SugarCRM Customization</title>
		<link>http://www.davehking.com/wordpress/?p=128#comment-8</link>
		<dc:creator>SugarCRM Customization</dc:creator>
		<pubDate>Tue, 03 May 2011 11:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehking.com/wordpress/?p=128#comment-8</guid>
		<description>Thanks for sharing :)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing <img src='http://www.davehking.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming Sins by Another Biking Dave</title>
		<link>http://www.davehking.com/wordpress/?p=226#comment-7</link>
		<dc:creator>Another Biking Dave</dc:creator>
		<pubDate>Fri, 29 Apr 2011 05:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehking.com/wordpress/?p=226#comment-7</guid>
		<description>Thanks for posting, this is a real confidence boost for the self-taught! I deceive myself daily by thinking that form trumps function.</description>
		<content:encoded><![CDATA[<p>Thanks for posting, this is a real confidence boost for the self-taught! I deceive myself daily by thinking that form trumps function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pattern: Stubbing Legacy Superclasses with Mockito Spies by SugarCRM Customization</title>
		<link>http://www.davehking.com/wordpress/?p=97#comment-6</link>
		<dc:creator>SugarCRM Customization</dc:creator>
		<pubDate>Thu, 28 Apr 2011 12:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehking.com/wordpress/?p=97#comment-6</guid>
		<description>Informative blog .. nicely written thanks for sharing</description>
		<content:encoded><![CDATA[<p>Informative blog .. nicely written thanks for sharing</p>
]]></content:encoded>
	</item>
</channel>
</rss>

