<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DevOnLinux &#187; good programming</title>
	<atom:link href="http://blog.devonlinux.net/tag/good-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.devonlinux.net</link>
	<description>ICT solutions that work</description>
	<lastBuildDate>Tue, 02 Feb 2010 23:54:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>A polymorphic approach against if/switch statement</title>
		<link>http://blog.devonlinux.net/2009/01/13/a-polymorphic-approach-against-ifswitch-statement/</link>
		<comments>http://blog.devonlinux.net/2009/01/13/a-polymorphic-approach-against-ifswitch-statement/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 22:15:48 +0000</pubDate>
		<dc:creator>ed0t</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[good programming]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[polymorphism]]></category>
		<category><![CDATA[spaghetti programming]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/2009/01/13/a-polymorphism-approach-against-ifswitch-statement/</guid>
		<description><![CDATA[Recently i&#8217;ve watched an intresting speech by Miško Hevery. He explains how to use the correct polymorphic approach instead of a succession of if/switch statements. Polymorphism is better because it lets everybody to understand, to extend and to test the code. Watch the video at: http://googletesting.blogspot.com/2008/12/by-miko-hevery-google-tech-talks.html]]></description>
			<content:encoded><![CDATA[<p>Recently i&#8217;ve watched an intresting speech by <font color="#000000">Miško Hevery.</font></p>
<p>He explains how to use the correct polymorphic approach instead of a succession of if/switch statements. Polymorphism is better because it lets everybody to understand, to extend and to test the code.</p>
<p>Watch the video at: <a href="http://googletesting.blogspot.com/2008/12/by-miko-hevery-google-tech-talks.html" title="Watch the video: Clean Code Talks - Inheritance, Polymorphism, &amp; Testing" target="_blank">http://googletesting.blogspot.com/2008/12/by-miko-hevery-google-tech-talks.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2009/01/13/a-polymorphic-approach-against-ifswitch-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.247 seconds -->
