<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Podcast #39</title>
	<atom:link href="http://blog.stackoverflow.com/2009/01/podcast-39/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stackoverflow.com/2009/01/podcast-39/</link>
	<description>a programming community exploit</description>
	<lastBuildDate>Mon, 23 Nov 2009 09:29:13 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: accounting outsourcing services</title>
		<link>http://blog.stackoverflow.com/2009/01/podcast-39/#comment-28171</link>
		<dc:creator>accounting outsourcing services</dc:creator>
		<pubDate>Thu, 16 Jul 2009 06:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=573#comment-28171</guid>
		<description>Its presentation differ from other posts...
Regards,
&lt;a href=&quot;http://www.saibposervices.com/e-accounting-finance-and-book-keeping.aspx&quot; rel=&quot;nofollow&quot;&gt; accounting services&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Its presentation differ from other posts&#8230;<br />
Regards,<br />
<a href="http://www.saibposervices.com/e-accounting-finance-and-book-keeping.aspx" rel="nofollow"> accounting services</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Accounting Firm Toronto</title>
		<link>http://blog.stackoverflow.com/2009/01/podcast-39/#comment-17331</link>
		<dc:creator>Accounting Firm Toronto</dc:creator>
		<pubDate>Fri, 20 Mar 2009 15:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=573#comment-17331</guid>
		<description>CA4IT (Chartered Accountants for Information Technologists) is the largest network of Chartered Accounting firms in Canada that focus on providing bookkeeping, accounting, tax, paralegal and financial planning services to independent contractors (small business) in the IT industry.</description>
		<content:encoded><![CDATA[<p>CA4IT (Chartered Accountants for Information Technologists) is the largest network of Chartered Accounting firms in Canada that focus on providing bookkeeping, accounting, tax, paralegal and financial planning services to independent contractors (small business) in the IT industry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes Link</title>
		<link>http://blog.stackoverflow.com/2009/01/podcast-39/#comment-14352</link>
		<dc:creator>Johannes Link</dc:creator>
		<pubDate>Wed, 11 Feb 2009 10:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=573#comment-14352</guid>
		<description>The sad thing about Joel being very dismissive about TDD and its proponents is not that he might be wrong, we all are from time to time - and, frankly, who knows. It&#039;s the arrogance with which he claims that a method he never tried himself is the wrong thing to do. The example he gives (about doing excessive UI testing for adding a configuration option) clearly shows that he has not grasped the ideas behind TDD, probably for lack of doing his homework, eg. reading one of the good books about it and experimenting with the ideas.
My personal conclusion is that Joel is probably as clueless about other things as well, and not holding back his strong opinion about those either. Sorry for saying that, but you lost me as a listener. It mostly was very entertaining to listen to you.</description>
		<content:encoded><![CDATA[<p>The sad thing about Joel being very dismissive about TDD and its proponents is not that he might be wrong, we all are from time to time &#8211; and, frankly, who knows. It&#8217;s the arrogance with which he claims that a method he never tried himself is the wrong thing to do. The example he gives (about doing excessive UI testing for adding a configuration option) clearly shows that he has not grasped the ideas behind TDD, probably for lack of doing his homework, eg. reading one of the good books about it and experimenting with the ideas.<br />
My personal conclusion is that Joel is probably as clueless about other things as well, and not holding back his strong opinion about those either. Sorry for saying that, but you lost me as a listener. It mostly was very entertaining to listen to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cees Meijer</title>
		<link>http://blog.stackoverflow.com/2009/01/podcast-39/#comment-14340</link>
		<dc:creator>Cees Meijer</dc:creator>
		<pubDate>Wed, 11 Feb 2009 08:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=573#comment-14340</guid>
		<description>Dear Joel, 

Maybe you should listen to the &#039;Uncle Bob&#039; podcast a bit more carefully. On several occasions he says his &#039;SOLID&#039; are &#039;engineering principles&#039;, not commandments. So a lot of what he says makes sense in a general way, but you should not cast S.O.L.I.D. in stone and put it up the wall of your cubicle.</description>
		<content:encoded><![CDATA[<p>Dear Joel, </p>
<p>Maybe you should listen to the &#8216;Uncle Bob&#8217; podcast a bit more carefully. On several occasions he says his &#8216;SOLID&#8217; are &#8216;engineering principles&#8217;, not commandments. So a lot of what he says makes sense in a general way, but you should not cast S.O.L.I.D. in stone and put it up the wall of your cubicle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano F. (tacone)</title>
		<link>http://blog.stackoverflow.com/2009/01/podcast-39/#comment-13976</link>
		<dc:creator>Stefano F. (tacone)</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=573#comment-13976</guid>
		<description>As I understand it, test driven development should be viewed as the practice of minimalism.
Since you have to write tests, you also want to write less operative code as you can.
You first write the test, then find whatever hacky solution make it work, since you have tests to verify everything is working.

Also, I&#039;d suggest to test only public functions.
Note: I am still not able to program that (minimalistic) way.</description>
		<content:encoded><![CDATA[<p>As I understand it, test driven development should be viewed as the practice of minimalism.<br />
Since you have to write tests, you also want to write less operative code as you can.<br />
You first write the test, then find whatever hacky solution make it work, since you have tests to verify everything is working.</p>
<p>Also, I&#8217;d suggest to test only public functions.<br />
Note: I am still not able to program that (minimalistic) way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trevorpower</title>
		<link>http://blog.stackoverflow.com/2009/01/podcast-39/#comment-13967</link>
		<dc:creator>trevorpower</dc:creator>
		<pubDate>Thu, 05 Feb 2009 11:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=573#comment-13967</guid>
		<description>When Joel talks about TDD he uses an example of where his application needs to change the compression of a Jpeg file. He says that to test this he would need to write/find another algorithm to do the compression in order test the output of the function.

Surely Joel is not writing his own Jpeg processing code. The test he describes is testing the Jpeg stuff and not his own application.

I wish he make up examples about something he doesn&#039;t understand.</description>
		<content:encoded><![CDATA[<p>When Joel talks about TDD he uses an example of where his application needs to change the compression of a Jpeg file. He says that to test this he would need to write/find another algorithm to do the compression in order test the output of the function.</p>
<p>Surely Joel is not writing his own Jpeg processing code. The test he describes is testing the Jpeg stuff and not his own application.</p>
<p>I wish he make up examples about something he doesn&#8217;t understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erickson</title>
		<link>http://blog.stackoverflow.com/2009/01/podcast-39/#comment-13877</link>
		<dc:creator>erickson</dc:creator>
		<pubDate>Wed, 04 Feb 2009 00:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=573#comment-13877</guid>
		<description>It&#039;s &quot;peh chalk chaw,&quot; not &quot;peh chach ka.&quot;</description>
		<content:encoded><![CDATA[<p>It&#8217;s &#8220;peh chalk chaw,&#8221; not &#8220;peh chach ka.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bartosz</title>
		<link>http://blog.stackoverflow.com/2009/01/podcast-39/#comment-13864</link>
		<dc:creator>Bartosz</dc:creator>
		<pubDate>Tue, 03 Feb 2009 21:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=573#comment-13864</guid>
		<description>Jeff, how on earth could you ever think that joins are free? The design you presented (post revisions stored as a separate table) is ridiculous, especially in terms of the lists that you show to the users. It might be okay for showing just one post (as this is the usual on wikipedia) but not for multiple posts (which I guess from what you&#039;ve said is the case when you view a question with all the answers, every answer being a separate post and requiring a join) to the revisions table). You say that you&#039;ve worked with databases for a long time - hasn&#039;t this sort of denormalization come to you as the obvious thing to do?</description>
		<content:encoded><![CDATA[<p>Jeff, how on earth could you ever think that joins are free? The design you presented (post revisions stored as a separate table) is ridiculous, especially in terms of the lists that you show to the users. It might be okay for showing just one post (as this is the usual on wikipedia) but not for multiple posts (which I guess from what you&#8217;ve said is the case when you view a question with all the answers, every answer being a separate post and requiring a join) to the revisions table). You say that you&#8217;ve worked with databases for a long time &#8211; hasn&#8217;t this sort of denormalization come to you as the obvious thing to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt B.</title>
		<link>http://blog.stackoverflow.com/2009/01/podcast-39/#comment-13859</link>
		<dc:creator>Matt B.</dc:creator>
		<pubDate>Tue, 03 Feb 2009 20:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=573#comment-13859</guid>
		<description>Netledger &amp; Netsuite are one in the same.  Netsuite started out as Netledger and later changed their name to Netsuite.  

Kind of useless knowledge, but I used to work there.

One argument for something like Netsuite is that they have a nice web services API.  I&#039;m not sure about QuickBooks, but for our business, being able to integrate our own applications to Netsuite is a big help (saves a ton of manual data entry).</description>
		<content:encoded><![CDATA[<p>Netledger &amp; Netsuite are one in the same.  Netsuite started out as Netledger and later changed their name to Netsuite.  </p>
<p>Kind of useless knowledge, but I used to work there.</p>
<p>One argument for something like Netsuite is that they have a nice web services API.  I&#8217;m not sure about QuickBooks, but for our business, being able to integrate our own applications to Netsuite is a big help (saves a ton of manual data entry).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.stackoverflow.com/2009/01/podcast-39/#comment-13800</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 03 Feb 2009 05:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=573#comment-13800</guid>
		<description>On SOLID

If you use interfaces across sub-system boundaries,
you can MOCK them. 

Of course, that is related to doing unit testing.
And Web guys like Joel and Jeff don&#039;t do that...</description>
		<content:encoded><![CDATA[<p>On SOLID</p>
<p>If you use interfaces across sub-system boundaries,<br />
you can MOCK them. </p>
<p>Of course, that is related to doing unit testing.<br />
And Web guys like Joel and Jeff don&#8217;t do that&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
