<?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: Classes considered overused</title>
	<atom:link href="http://ginstrom.com/scribbles/2007/10/04/classes-considered-overused/feed/" rel="self" type="application/rss+xml" />
	<link>http://ginstrom.com/scribbles/2007/10/04/classes-considered-overused/</link>
	<description>Random scribbling about programming, translation, and Japan</description>
	<lastBuildDate>Thu, 10 May 2012 05:41:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Assaf</title>
		<link>http://ginstrom.com/scribbles/2007/10/04/classes-considered-overused/comment-page-1/#comment-41</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Wed, 10 Oct 2007 08:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ginstrom.com/scribbles/2007/10/04/classes-considered-overused/#comment-41</guid>
		<description>stateless code is always easier to test, manage and to scale. I totally agree that in many times classes become very difficult to evolve. As you grow smarter about how you want to run your application, all of your previous decisions about the code-data packaging (classes) become sort of a deadlock and  would require huge efforts to re-factor.</description>
		<content:encoded><![CDATA[<p>stateless code is always easier to test, manage and to scale. I totally agree that in many times classes become very difficult to evolve. As you grow smarter about how you want to run your application, all of your previous decisions about the code-data packaging (classes) become sort of a deadlock and  would require huge efforts to re-factor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Ginstrom</title>
		<link>http://ginstrom.com/scribbles/2007/10/04/classes-considered-overused/comment-page-1/#comment-40</link>
		<dc:creator>Ryan Ginstrom</dc:creator>
		<pubDate>Sat, 06 Oct 2007 00:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ginstrom.com/scribbles/2007/10/04/classes-considered-overused/#comment-40</guid>
		<description>&quot;There should be no need to wrap it in myriad wrappers like functions, classes, packages etc if its not necessary.&quot;

Sounds like a good restatement of &quot;do the simplest thing that could possibly work.&quot;</description>
		<content:encoded><![CDATA[<p>&#8220;There should be no need to wrap it in myriad wrappers like functions, classes, packages etc if its not necessary.&#8221;</p>
<p>Sounds like a good restatement of &#8220;do the simplest thing that could possibly work.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandrakant</title>
		<link>http://ginstrom.com/scribbles/2007/10/04/classes-considered-overused/comment-page-1/#comment-39</link>
		<dc:creator>Chandrakant</dc:creator>
		<pubDate>Fri, 05 Oct 2007 18:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ginstrom.com/scribbles/2007/10/04/classes-considered-overused/#comment-39</guid>
		<description>Exactly my thoughts! The simplest unit of a program is a line of instruction, and we should be able to just write that statement and make the program execute. There should be no need to wrap it in myriad wrappers like functions, classes, packages etc if its not necessary.</description>
		<content:encoded><![CDATA[<p>Exactly my thoughts! The simplest unit of a program is a line of instruction, and we should be able to just write that statement and make the program execute. There should be no need to wrap it in myriad wrappers like functions, classes, packages etc if its not necessary.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

