<?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: Ruby on Rails Code Quality Checklist</title>
	<atom:link href="http://flatsoft.com/2009/08/25/ruby-on-rails-code-quality-checklist/feed/" rel="self" type="application/rss+xml" />
	<link>http://flatsoft.com/2009/08/25/ruby-on-rails-code-quality-checklist/</link>
	<description>Flatsoft</description>
	<pubDate>Sun, 20 May 2012 06:19:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anton Rogov</title>
		<link>http://flatsoft.com/2009/08/25/ruby-on-rails-code-quality-checklist/comment-page-1/#comment-32</link>
		<dc:creator>Anton Rogov</dc:creator>
		<pubDate>Wed, 23 Dec 2009 18:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://newflatsoft.wpmu.flatsoft.com/?p=124#comment-32</guid>
		<description>STI is a great technique but usually it adds more problems than it solves: empty columns in the DB, table fills very fast. Having similar functionality in the modules is much better.

Actually can't images a situation where STI will be needed. And you? Can you please provide an example?</description>
		<content:encoded><![CDATA[<p>STI is a great technique but usually it adds more problems than it solves: empty columns in the DB, table fills very fast. Having similar functionality in the modules is much better.</p>
<p>Actually can&#8217;t images a situation where STI will be needed. And you? Can you please provide an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://flatsoft.com/2009/08/25/ruby-on-rails-code-quality-checklist/comment-page-1/#comment-8</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Fri, 23 Oct 2009 12:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://newflatsoft.wpmu.flatsoft.com/?p=124#comment-8</guid>
		<description>No STI?  

Let's not use any "if" statements, either -- too much like a 'goto'.

STI has a purpose, especially in an object-oriented design.</description>
		<content:encoded><![CDATA[<p>No STI?  </p>
<p>Let&#8217;s not use any &#8220;if&#8221; statements, either &#8212; too much like a &#8216;goto&#8217;.</p>
<p>STI has a purpose, especially in an object-oriented design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Gorenburg</title>
		<link>http://flatsoft.com/2009/08/25/ruby-on-rails-code-quality-checklist/comment-page-1/#comment-7</link>
		<dc:creator>Ilya Gorenburg</dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://newflatsoft.wpmu.flatsoft.com/?p=124#comment-7</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

