<?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: Refactoring in Rails	</title>
	<atom:link href="/refactoring-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>/refactoring-in-rails/</link>
	<description>Red Panthers - Experts in Ruby on Rails, System Design and Vue.js</description>
	<lastBuildDate>Sun, 08 Oct 2017 14:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.7</generator>
			<item>
				<title>
				By: Ben Sharpe				</title>
				<link>/refactoring-in-rails/#comment-65</link>
		<dc:creator><![CDATA[Ben Sharpe]]></dc:creator>
		<pubDate>Sun, 08 Oct 2017 14:49:00 +0000</pubDate>
		<guid isPermaLink="false">https://redpanthers.co/?p=3038#comment-65</guid>
					<description><![CDATA[I find that helpers don&#039;t help that much.  They just become a dumping ground of semi-html like things.
For your specific example... instead of a helper how about?
&lt;pre&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;
Which is just the newer version of &lt;code&gt;@user.try(:post)&lt;/code&gt;
No helper needed.]]></description>
		<content:encoded><![CDATA[<p>I find that helpers don&#8217;t help that much.  They just become a dumping ground of semi-html like things.<br />
For your specific example&#8230; instead of a helper how about?</p>
<pre><code>
</code></pre>
<p>Which is just the newer version of <code>@user.try(:post)</code><br />
No helper needed.</p>
]]></content:encoded>
						</item>
			</channel>
</rss>
