<?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: Software Design Principles</title>
	<atom:link href="http://martin.ankerl.com/2006/01/25/software-design-principles/feed/" rel="self" type="application/rss+xml" />
	<link>http://martin.ankerl.com/2006/01/25/software-design-principles/</link>
	<description>Chunky bacon!!</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:00:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin Ankerl &#187; Blog Archive &#187; Job Interview Question: Sorting Records</title>
		<link>http://martin.ankerl.com/2006/01/25/software-design-principles/#comment-34</link>
		<dc:creator>Martin Ankerl &#187; Blog Archive &#187; Job Interview Question: Sorting Records</dc:creator>
		<pubDate>Tue, 27 May 2008 11:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/?p=51#comment-34</guid>
		<description>[...] believe this is a quite reasonable approach. At first I try to Do The Simplest Thing That Could Possibly Work (DTSTTCPW). This approach is very important in test driven development. If this is enough, that&#8217;s great! [...]</description>
		<content:encoded><![CDATA[<p>[...] believe this is a quite reasonable approach. At first I try to Do The Simplest Thing That Could Possibly Work (DTSTTCPW). This approach is very important in test driven development. If this is enough, that&#8217;s great! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martinus</title>
		<link>http://martin.ankerl.com/2006/01/25/software-design-principles/#comment-33</link>
		<dc:creator>martinus</dc:creator>
		<pubDate>Wed, 05 Jul 2006 08:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/?p=51#comment-33</guid>
		<description>@clayne, I have not done a test, but I believe the Ruby version is faster. Reason #1: it uses a library written in C. Reason #2: It is not required to write a wrapper. In Java you need lots of wrappers and layers for reasonable abstraction and simplification, in Ruby you don&#039;t need this. that leads to much simpler code that can be faster. For example somewhere I have read that Ruby on Rails is actually faster than standard Java J2EE applications, simply because it does not have the many layers in between.

PS: glad you like kde-mouse :-)</description>
		<content:encoded><![CDATA[<p>@clayne, I have not done a test, but I believe the Ruby version is faster. Reason #1: it uses a library written in C. Reason #2: It is not required to write a wrapper. In Java you need lots of wrappers and layers for reasonable abstraction and simplification, in Ruby you don&#8217;t need this. that leads to much simpler code that can be faster. For example somewhere I have read that Ruby on Rails is actually faster than standard Java J2EE applications, simply because it does not have the many layers in between.</p>
<p>PS: glad you like kde-mouse <img src="http://martin.ankerl.com/wp-includes/images/smilies/icon_smile.gif?9d7bd4" alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clayne</title>
		<link>http://martin.ankerl.com/2006/01/25/software-design-principles/#comment-32</link>
		<dc:creator>clayne</dc:creator>
		<pubDate>Wed, 05 Jul 2006 08:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/?p=51#comment-32</guid>
		<description>And the ruby version will intrinsically be twice as slow anyways.

Regardless, you stumbled over yourself with the JPEG example. Using the previous theorem you set forward, &quot;don&#039;t repeat yourself&quot; you shouldn&#039;t have to repeat all of that complexity with the JPEG writer. WRAP it. They give you that complexityso that you&#039;re not left high and dry WITHOUT the complexity when you need it. For your standard run of the mill JPEG compression you should easily be able to write a wrapper function and/or augmentation functions to handle complex one-offs.

btw: using your kde-mouse and it rocks.</description>
		<content:encoded><![CDATA[<p>And the ruby version will intrinsically be twice as slow anyways.</p>
<p>Regardless, you stumbled over yourself with the JPEG example. Using the previous theorem you set forward, &#8220;don&#8217;t repeat yourself&#8221; you shouldn&#8217;t have to repeat all of that complexity with the JPEG writer. WRAP it. They give you that complexityso that you&#8217;re not left high and dry WITHOUT the complexity when you need it. For your standard run of the mill JPEG compression you should easily be able to write a wrapper function and/or augmentation functions to handle complex one-offs.</p>
<p>btw: using your kde-mouse and it rocks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SU: martin.ankerl.org/2006/01/25/software-design-principles/</title>
		<link>http://martin.ankerl.com/2006/01/25/software-design-principles/#comment-31</link>
		<dc:creator>SU: martin.ankerl.org/2006/01/25/software-design-principles/</dc:creator>
		<pubDate>Sun, 18 Jun 2006 11:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/?p=51#comment-31</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Reviews of martin.ankerl.org/2006/01/25/softwa... ( 14K )Programming &middot; English  martinusMartin Ankerl</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] Reviews of martin.ankerl.org/2006/01/25/softwa&#8230; ( 14K )Programming &#38;middot; English  martinusMartin Ankerl</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 371/373 objects using disk: basic

Served from: martin.ankerl.com @ 2012-02-08 22:23:15 -->
