<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>IIrrelevant - Personal Growth</title>
    <link>http://www.milkcarton.com/blog/</link>
    <description>Irrelevant musings about software development</description>
    <language>en-us</language>
    <copyright>Dan Morphis</copyright>
    <lastBuildDate>Fri, 23 Jan 2009 16:32:19 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>blog@milkcarton.com</managingEditor>
    <webMaster>blog@milkcarton.com</webMaster>
    <item>
      <trackback:ping>http://www.milkcarton.com/blog/Trackback.aspx?guid=34258c92-aca4-4bba-b783-62705037f74f</trackback:ping>
      <pingback:server>http://www.milkcarton.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.milkcarton.com/blog/PermaLink,guid,34258c92-aca4-4bba-b783-62705037f74f.aspx</pingback:target>
      <dc:creator>Dan Morphis</dc:creator>
      <wfw:comment>http://www.milkcarton.com/blog/CommentView,guid,34258c92-aca4-4bba-b783-62705037f74f.aspx</wfw:comment>
      <wfw:commentRss>http://www.milkcarton.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=34258c92-aca4-4bba-b783-62705037f74f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Wednesday, I posted <a href="/blog/2009/01/22/Becoming+More+Grounded+As+A+Developer.aspx">my
musing on becoming more grounded as a developer</a>. Yesterday, I tried in ernest
to put my reflections into action.
</p>
        <p>
I exercised my code from every angle I could think of, and found a bunch of minor
nits. I fixed and refactored the code until I had something I was truly proud of.
The problem is, I became so focused on the details that I forgot about a main scenario.
</p>
        <p>
Given the state of my laptop, it would have been a pain, but not painful to test this
scenario. All and all, I can say that I'm pleased with my performance yesterday, and
will try in earnest to keep this up going forward.
</p>
        <img width="0" height="0" src="http://www.milkcarton.com/blog/aggbug.ashx?id=34258c92-aca4-4bba-b783-62705037f74f" />
      </body>
      <title>Reflections on becoming a more grounded developer</title>
      <guid isPermaLink="false">http://www.milkcarton.com/blog/PermaLink,guid,34258c92-aca4-4bba-b783-62705037f74f.aspx</guid>
      <link>http://www.milkcarton.com/blog/2009/01/23/Reflections+On+Becoming+A+More+Grounded+Developer.aspx</link>
      <pubDate>Fri, 23 Jan 2009 16:32:19 GMT</pubDate>
      <description>&lt;p&gt;
Wednesday, I posted &lt;a href="/blog/2009/01/22/Becoming+More+Grounded+As+A+Developer.aspx"&gt;my
musing on becoming more grounded as a developer&lt;/a&gt;. Yesterday, I tried in ernest
to put my reflections into action.
&lt;/p&gt;
&lt;p&gt;
I exercised my code from every angle I could think of, and found a bunch of minor
nits. I fixed and refactored the code until I had something I was truly proud of.
The problem is, I became so focused on the details that I forgot about a main scenario.
&lt;/p&gt;
&lt;p&gt;
Given the state of my laptop, it would have been a pain, but not painful to test this
scenario. All and all, I can say that I'm pleased with my performance yesterday, and
will try in earnest to keep this up going forward.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.milkcarton.com/blog/aggbug.ashx?id=34258c92-aca4-4bba-b783-62705037f74f" /&gt;</description>
      <comments>http://www.milkcarton.com/blog/CommentView,guid,34258c92-aca4-4bba-b783-62705037f74f.aspx</comments>
      <category>Personal Growth</category>
    </item>
    <item>
      <trackback:ping>http://www.milkcarton.com/blog/Trackback.aspx?guid=50f8e129-4686-484b-a6e6-22a9a62a6d32</trackback:ping>
      <pingback:server>http://www.milkcarton.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.milkcarton.com/blog/PermaLink,guid,50f8e129-4686-484b-a6e6-22a9a62a6d32.aspx</pingback:target>
      <dc:creator>Dan Morphis</dc:creator>
      <wfw:comment>http://www.milkcarton.com/blog/CommentView,guid,50f8e129-4686-484b-a6e6-22a9a62a6d32.aspx</wfw:comment>
      <wfw:commentRss>http://www.milkcarton.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=50f8e129-4686-484b-a6e6-22a9a62a6d32</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
In the current version of the software we are working on, I've become very complacent
as a developer. I've written my code, and then been done with it. I've tested what
I've written. But after seeing the number of issues that have arisen, I think I can
say I haven't really tested my code.
</p>
        <p>
Its a humbling feeling, this self-realiziation I've come to. But the bigger and better
question is what am I going to do moving forward? I'm going to allow this to make
me more humble.
</p>
        <p>
I need to put on my tester hat more. I need to find that glee and excitement I had
long ago when I would break other peoples code and apply that to my own work. I need
to be more pessimistic regarding what might fail; not optimistic about everything
going right.
</p>
        <p>
I also need to take a page out of my friend Aaron's book, and realize that its really
a personal failure on my part if a defect with my code makes it out of development.
If testing finds a defect with my stuff, then in my opinion, I have failed as a developer.
But, it doesn't make me a failure as a person, or as a developer. But it does mean
that I need to redouble my efforts to ensure that it doesn't happen again.
</p>
        <img width="0" height="0" src="http://www.milkcarton.com/blog/aggbug.ashx?id=50f8e129-4686-484b-a6e6-22a9a62a6d32" />
      </body>
      <title>Becoming more grounded as a developer</title>
      <guid isPermaLink="false">http://www.milkcarton.com/blog/PermaLink,guid,50f8e129-4686-484b-a6e6-22a9a62a6d32.aspx</guid>
      <link>http://www.milkcarton.com/blog/2009/01/22/Becoming+More+Grounded+As+A+Developer.aspx</link>
      <pubDate>Thu, 22 Jan 2009 06:26:46 GMT</pubDate>
      <description>&lt;p&gt;
In the current version of the software we are working on, I've become very complacent
as a developer. I've written my code, and then been done with it. I've tested what
I've written. But after seeing the number of issues that have arisen, I think I can
say I haven't really tested my code.
&lt;/p&gt;
&lt;p&gt;
Its a humbling feeling, this self-realiziation I've come to. But the bigger and better
question is what am I going to do moving forward? I'm going to allow this to make
me more humble.
&lt;/p&gt;
&lt;p&gt;
I need to put on my tester hat more. I need to find that glee and excitement I had
long ago when I would break other peoples code and apply that to my own work. I need
to be more pessimistic regarding what might fail; not optimistic about everything
going right.
&lt;/p&gt;
&lt;p&gt;
I also need to take a page out of my friend Aaron's book, and realize that its really
a personal failure on my part if a defect with my code makes it out of development.
If testing finds a defect with my stuff, then in my opinion, I have failed as a developer.
But, it doesn't make me a failure as a person, or as a developer. But it does mean
that I need to redouble my efforts to ensure that it doesn't happen again.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.milkcarton.com/blog/aggbug.ashx?id=50f8e129-4686-484b-a6e6-22a9a62a6d32" /&gt;</description>
      <comments>http://www.milkcarton.com/blog/CommentView,guid,50f8e129-4686-484b-a6e6-22a9a62a6d32.aspx</comments>
      <category>Personal Growth</category>
    </item>
  </channel>
</rss>