<?xml version="1.0" encoding="utf-8"?>

  <rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
  >

  <channel rdf:about="http://www.artima.com/weblogs/feeds/bloggers/mfeathers.rss">
    <title>Michael Feathers' Weblog</title>
    <link>http://www.artima.com/weblogs/index.jsp?blogger=mfeathers</link>
    <description>
Artima Weblogs is a community of bloggers posting on a wide range of topics of interest to software developers.
    </description>
    <image rdf:resource="http://www.artima.com/images/artima88x33.gif"/>
    <items>
      <rdf:Seq>
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=205641" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=198698" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=171323" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=170799" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=168511" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=166065" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=165843" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=161019" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=156197" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=155960" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=153736" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=145794" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=137940" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=137562" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=137207" />
      </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://www.artima.com/images/artima88x33.gif">
    <title>Artima.com</title>
    <url>http://www.artima.com/images/artima88x33.gif</url>
    <link>http://www.artima.com/</link>
  </image>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=205641">
    <title>Regenerative Build Tools</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=205641</link>
    <description>
Dust off an old computer and put it to work.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=198698">
    <title>Refactoring 2.0</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=198698</link>
    <description>
What automated refactorings would you like to see?
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=171323">
    <title>Vise - A Testing/Refactoring Tool for Java</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=171323</link>
    <description>
A simple tool which makes refactoring safer.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=170799">
    <title>Getting Serious about Preserving Behavior</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=170799</link>
    <description>
In this blog, I describe 'sensing variables', and how you can use them to make large method refactoring easier.  I also discuss the potential for tools which could achieve the same effects in a nicer way.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=168511">
    <title>Offensive Coding</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=168511</link>
    <description>
Tempted to code defensively?  Maybe it's because you're dealing with offensive code.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=166065">
    <title>Goings on at XP2006 (Part 1)</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=166065</link>
    <description>
XP2006 is over.  Here's the first in a series of writeups about what happened.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=165843">
    <title>Resisting the Pull of Language Evolution</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=165843</link>
    <description>
The other day, I wrote a little testing tool for Java.  It’s a simple little thing, just a set of classes that you can use with JUnit to make refactoring a little easier.  When I was done, I looked at it and I realized that I’d made a bit of a mistake. I wrote the tool using Java 5.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=161019">
    <title>Security and the 'Final' Dilemma</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=161019</link>
    <description>
Many people imply that 'final' in Java aids security.  I don't think I buy that.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=156197">
    <title>A Type System is a Set of Tests</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=156197</link>
    <description>
Why don't we treat it like a set of tests?
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=155960">
    <title>Is Static Typing a Form of Bad Coupling?</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=155960</link>
    <description>
If it is, maybe there's something we can do to decouple static types and the languages which use them.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=153736">
    <title>A Laundry-List and the Committer Model for Commercial Development</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=153736</link>
    <description>
A blog where Michael recounts a number of things that have happened to him this month that are likely of interest to no one but himself, and then finishes with something significant to show late respect for people who've read through the first part after being warned.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=145794">
    <title>If You're Not Going to Upgrade It, Don't Use It</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=145794</link>
    <description>
It's been ages since I've visited a team that didn't use some form of third-party software, something more than their platform.  Often this software is integral to their work.  Why don't they treat that way?
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=137940">
    <title>Does Math Belong in Music?</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=137940</link>
    <description>
Okay, so Turkey Day is tomorrow.  It's time for a frivolous, non-software related blog. Or not.  I could tie software in at the last moment to keep things on topic.  I usually do.  We'll see how it goes.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=137562">
    <title>I'm Tired Of Saving!</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=137562</link>
    <description>
Isn't it wonderful to complain about something minor? Something so nit picky&amp;lt;Ctrl-S&amp;gt; that most people wouldn't care about it?  Well, here's something in that vein.&amp;lt;Ctrl-S&amp;gt;
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=137207">
    <title>Test Driven Development?!</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=137207</link>
    <description>
Scott Bellware just posted a link to Microsoft's guidelines for TDD on the TDD mailing list. &amp;lt;sigh&amp;gt;
    </description>
  </item>

</rdf:RDF>
