<?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 Amar Phadke&#039;s weblog</title>
	<atom:link href="http://amarphadke.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://amarphadke.com</link>
	<description>Not Just another WordPress weblog</description>
	<lastBuildDate>Wed, 01 Jul 2009 18:50:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Android Stock Quote Application by amar647</title>
		<link>http://amarphadke.com/2008/11/24/android-stock-quote-application/comment-page-1/#comment-256</link>
		<dc:creator>amar647</dc:creator>
		<pubDate>Wed, 01 Jul 2009 18:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://amarphadke.com/?p=21#comment-256</guid>
		<description>Seems like Google has put out its own free client.
http://www.android.com/market/free-finance.html#app=finance</description>
		<content:encoded><![CDATA[<p>Seems like Google has put out its own free client.<br />
<a href="http://www.android.com/market/free-finance.html#app=finance" rel="nofollow">http://www.android.com/market/free-finance.html#app=finance</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android v/s iPhone by amar647</title>
		<link>http://amarphadke.com/2008/10/04/android-vs-iphone/comment-page-1/#comment-159</link>
		<dc:creator>amar647</dc:creator>
		<pubDate>Sun, 17 May 2009 20:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://amarphadke.com/?p=19#comment-159</guid>
		<description>Thanks for your feedback.</description>
		<content:encoded><![CDATA[<p>Thanks for your feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Stock Quote Application by Forex Trading</title>
		<link>http://amarphadke.com/2008/11/24/android-stock-quote-application/comment-page-1/#comment-122</link>
		<dc:creator>Forex Trading</dc:creator>
		<pubDate>Mon, 04 May 2009 02:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://amarphadke.com/?p=21#comment-122</guid>
		<description>I will be linking back I really like your site keep up the good work.</description>
		<content:encoded><![CDATA[<p>I will be linking back I really like your site keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Complex Programs with Simple code? by amar647</title>
		<link>http://amarphadke.com/2009/04/05/complex-programs-with-simple-code/comment-page-1/#comment-82</link>
		<dc:creator>amar647</dc:creator>
		<pubDate>Wed, 08 Apr 2009 19:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://amarphadke.com/?p=103#comment-82</guid>
		<description>Thanks for the insight Alex. Fully agree with your thoughts on TDD. I am hoping to use TDD for the remaining rules that i write.</description>
		<content:encoded><![CDATA[<p>Thanks for the insight Alex. Fully agree with your thoughts on TDD. I am hoping to use TDD for the remaining rules that i write.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Complex Programs with Simple code? by Alex Rothenberg</title>
		<link>http://amarphadke.com/2009/04/05/complex-programs-with-simple-code/comment-page-1/#comment-73</link>
		<dc:creator>Alex Rothenberg</dc:creator>
		<pubDate>Mon, 06 Apr 2009 18:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://amarphadke.com/?p=103#comment-73</guid>
		<description>I think you&#039;re right on the money thinking you can follow this 10 lines per method rule.  Reading your code it&#039;s fairly easy to understand and I like how you&#039;ve named your sub-methods with very descriptive names  (i.e. inside &quot;isCheckMate&quot; you call &quot;isKingUnderCheck&quot; &quot;isAttackingSquareTakeoverPossible&quot; and &quot;isKingMovable&quot;.

I have found when writing my own code that not only is it possible to write code this way but when you follow TDD its actually easier.  Each test I write usually forces me to write only a few lines and at most one IF statement.  The only code I&#039;ve writting in the past 6 months that does not look like this is when I&#039;ve &quot;forgotten&quot; to follow TDD.  I&#039;ve found that when I nest logic (if statements or loops) and then try to write tests I realize the number of possible scenarios to test has exploded.  So I go back and refactor it to look more like what you have and give myself a slap on the write to do TDD the next time.</description>
		<content:encoded><![CDATA[<p>I think you&#8217;re right on the money thinking you can follow this 10 lines per method rule.  Reading your code it&#8217;s fairly easy to understand and I like how you&#8217;ve named your sub-methods with very descriptive names  (i.e. inside &#8220;isCheckMate&#8221; you call &#8220;isKingUnderCheck&#8221; &#8220;isAttackingSquareTakeoverPossible&#8221; and &#8220;isKingMovable&#8221;.</p>
<p>I have found when writing my own code that not only is it possible to write code this way but when you follow TDD its actually easier.  Each test I write usually forces me to write only a few lines and at most one IF statement.  The only code I&#8217;ve writting in the past 6 months that does not look like this is when I&#8217;ve &#8220;forgotten&#8221; to follow TDD.  I&#8217;ve found that when I nest logic (if statements or loops) and then try to write tests I realize the number of possible scenarios to test has exploded.  So I go back and refactor it to look more like what you have and give myself a slap on the write to do TDD the next time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing around with Greasemonkey by amar647</title>
		<link>http://amarphadke.com/2008/12/26/playing-around-with-greasemonkey/comment-page-1/#comment-29</link>
		<dc:creator>amar647</dc:creator>
		<pubDate>Tue, 30 Dec 2008 20:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://amarphadke.com/?p=48#comment-29</guid>
		<description>Thanks for that piece of information</description>
		<content:encoded><![CDATA[<p>Thanks for that piece of information</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing around with Greasemonkey by Amit Phadke</title>
		<link>http://amarphadke.com/2008/12/26/playing-around-with-greasemonkey/comment-page-1/#comment-28</link>
		<dc:creator>Amit Phadke</dc:creator>
		<pubDate>Mon, 29 Dec 2008 00:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://amarphadke.com/?p=48#comment-28</guid>
		<description>Hey Amar,
Thanks for the insight I did not think about it in that sense.
Also, just found out that even IE and safari have Greasemonkey equivalent which can run these same GM script, thought you might find it interesting.</description>
		<content:encoded><![CDATA[<p>Hey Amar,<br />
Thanks for the insight I did not think about it in that sense.<br />
Also, just found out that even IE and safari have Greasemonkey equivalent which can run these same GM script, thought you might find it interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing around with Greasemonkey by amar647</title>
		<link>http://amarphadke.com/2008/12/26/playing-around-with-greasemonkey/comment-page-1/#comment-27</link>
		<dc:creator>amar647</dc:creator>
		<pubDate>Sat, 27 Dec 2008 09:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://amarphadke.com/?p=48#comment-27</guid>
		<description>Hi Amit,
Welcome to my blog. Not sure if i understand your question. Do you mean &#039;why not put a webpage for the custom homepage&#039;? If yes, then what that would require is a hosting server (which not everyone will have). If its done on the client side, then everyone with a firefox browser and greasemonkey plugin(free of cost, easy to obtain) would be able to customize their own homepage (provided they can script to their needs or use one of the pre-existing user scripts), Who know maybe one day there will be a tool available to spit out greasemonkey like scripts using drag and drop operations.

Thanks,
Amar</description>
		<content:encoded><![CDATA[<p>Hi Amit,<br />
Welcome to my blog. Not sure if i understand your question. Do you mean &#8216;why not put a webpage for the custom homepage&#8217;? If yes, then what that would require is a hosting server (which not everyone will have). If its done on the client side, then everyone with a firefox browser and greasemonkey plugin(free of cost, easy to obtain) would be able to customize their own homepage (provided they can script to their needs or use one of the pre-existing user scripts), Who know maybe one day there will be a tool available to spit out greasemonkey like scripts using drag and drop operations.</p>
<p>Thanks,<br />
Amar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing around with Greasemonkey by Amit Phadke</title>
		<link>http://amarphadke.com/2008/12/26/playing-around-with-greasemonkey/comment-page-1/#comment-26</link>
		<dc:creator>Amit Phadke</dc:creator>
		<pubDate>Sat, 27 Dec 2008 08:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://amarphadke.com/?p=48#comment-26</guid>
		<description>Why not put a webpage for it? Will work for other browsers too unless you are just trying out grease monkey</description>
		<content:encoded><![CDATA[<p>Why not put a webpage for it? Will work for other browsers too unless you are just trying out grease monkey</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Goa, Lonavla by amar647</title>
		<link>http://amarphadke.com/2008/09/11/goa-lonavla/comment-page-1/#comment-25</link>
		<dc:creator>amar647</dc:creator>
		<pubDate>Mon, 22 Dec 2008 18:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://amarphadke.com/?p=16#comment-25</guid>
		<description>I just tried this url-&gt;http://amarphadke.com/?page_id=17 and it seems to be working. Can you pls try again?
Thanks,
Amar</description>
		<content:encoded><![CDATA[<p>I just tried this url-><a href="http://amarphadke.com/?page_id=17" rel="nofollow">http://amarphadke.com/?page_id=17</a> and it seems to be working. Can you pls try again?<br />
Thanks,<br />
Amar</p>
]]></content:encoded>
	</item>
</channel>
</rss>

