<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bloggo ergo sum &#187; programming</title>
	<atom:link href="http://bloggoergosum.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggoergosum.com</link>
	<description></description>
	<lastBuildDate>Thu, 15 Mar 2012 05:47:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>TestAPI!</title>
		<link>http://bloggoergosum.com/2012/02/28/testapi/</link>
		<comments>http://bloggoergosum.com/2012/02/28/testapi/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 17:36:34 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://bloggoergosum.com/?p=581</guid>
		<description><![CDATA[Developers should know from experience that in projects of any substantial size (pretty much anything big enough to deliver to a customer or client), there will be a need for little utility programs or libraries and classes to handle routine tasks.  When those moments occur, typically what&#8217;s called for is something simple and easy to <a href="http://bloggoergosum.com/2012/02/28/testapi/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Developers should know from experience that in projects of any substantial size (pretty much anything big enough to deliver to a customer or client), there will be a need for little utility programs or libraries and classes to handle routine tasks.  When those moments occur, typically what&#8217;s called for is something simple and easy to get up and running, because it&#8217;s not very much value-add to whatever it is you&#8217;re building.</p>
<p>Take parsing command line arguments for example.  It adds very little of value to the end product, but it&#8217;s the kind of thing that winds up being necessary.  It&#8217;s a cost of doing business with the computer.  A developer has to decide how to handle addressing the need: start from scratch and handle command line arguments manually — writing JIT code that will very likely become hard to update later on, buy a vendor product?</p>
<p>Most developers are inclined to do the former.  I know I am &#8211; developing is what we do!  What&#8217;s one more minor thing to build in order to address needs?  The problem with this approach is more systemic than just the downside up ending up with old, crufty code that wasn&#8217;t designed well enough to be maintainable later on.  Every developer winds up with their own hand-rolled mini-library for handling the mundane &#8211; sometimes more than one!  That represents a lot of duplicated effort and inferior quality.</p>
<p>Of course, what I&#8217;ve just done is summarize a large portion of the motivation for open-source software .  More specifically though, I recently discovered <a href="http://testapi.codeplex.com">TestApi</a>.  It&#8217;s just quietly hanging out there on codeplex (written by Microsoft devs on the clock), but it addresses a handful of these mundane infrastructure things that gets in the way of us building software with real value.</p>
<p>I just wish I had known about it a long time ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggoergosum.com/2012/02/28/testapi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

