<?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 Day 5 : Pull Up Field</title>
	<atom:link href="http://lostechies.com/seanchambers/2009/08/05/refactoring-day-5-pull-up-field/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/seanchambers/2009/08/05/refactoring-day-5-pull-up-field/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Thu, 13 Sep 2012 07:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: nfma</title>
		<link>http://lostechies.com/seanchambers/2009/08/05/refactoring-day-5-pull-up-field/#comment-382</link>
		<dc:creator>nfma</dc:creator>
		<pubDate>Sat, 24 Oct 2009 14:23:28 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/05/refactoring-day-5-pull-up-field.aspx#comment-382</guid>
		<description>@Thomas Eyde

Some refactorings are just steps on other bigger refactorings. Pull up method might make sense in the context...</description>
		<content:encoded><![CDATA[<p>@Thomas Eyde</p>
<p>Some refactorings are just steps on other bigger refactorings. Pull up method might make sense in the context&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://lostechies.com/seanchambers/2009/08/05/refactoring-day-5-pull-up-field/#comment-381</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 19 Aug 2009 16:07:15 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/05/refactoring-day-5-pull-up-field.aspx#comment-381</guid>
		<description>I would say pulling anything up into a base class should be done with caution

It&#039;s likely to lead to a fragile base class. Favour composition over inheritence, using inheritence as a mechanism for reuse iis picking the option with the tightest coupling from the word go</description>
		<content:encoded><![CDATA[<p>I would say pulling anything up into a base class should be done with caution</p>
<p>It&#8217;s likely to lead to a fragile base class. Favour composition over inheritence, using inheritence as a mechanism for reuse iis picking the option with the tightest coupling from the word go</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Eyde</title>
		<link>http://lostechies.com/seanchambers/2009/08/05/refactoring-day-5-pull-up-field/#comment-380</link>
		<dc:creator>Thomas Eyde</dc:creator>
		<pubDate>Thu, 06 Aug 2009 07:07:24 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/05/refactoring-day-5-pull-up-field.aspx#comment-380</guid>
		<description>I don&#039;t like that refactoring, kind of. I think it&#039;s incomplete. It&#039;s all about preferences, though, but I think protected fields are a code smell:

- if you need access to a base class field, you probably have some kind of feature envy. Try Templated Method or something similar.

- There is nothing in the subclass telling you that this field exists, you just have to know it. It hurts readability.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t like that refactoring, kind of. I think it&#8217;s incomplete. It&#8217;s all about preferences, though, but I think protected fields are a code smell:</p>
<p>- if you need access to a base class field, you probably have some kind of feature envy. Try Templated Method or something similar.</p>
<p>- There is nothing in the subclass telling you that this field exists, you just have to know it. It hurts readability.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
