<?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>No One Is Perfect &#187; My Code</title>
	<atom:link href="http://watchitlater.com/blog/tag/my-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://watchitlater.com/blog</link>
	<description>A reluctant foray into the world of blogging.</description>
	<lastBuildDate>Sun, 13 Jun 2010 03:35:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reading code Vs searching code</title>
		<link>http://watchitlater.com/blog/2009/10/reading-code-vs-searching-code/</link>
		<comments>http://watchitlater.com/blog/2009/10/reading-code-vs-searching-code/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 08:27:02 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Soap Box]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[My Code]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://watchitlater.com/blog/?p=67</guid>
		<description><![CDATA[Modern IDEs now allow you to search for a class or a file and go to it from the search results. On my last few projects I&#8217;ve seen developers using this feature almost exclusively rather than navigating their code tree. This is a very nice feature that I really enjoy using but does it have [...]]]></description>
			<content:encoded><![CDATA[<p>Modern IDEs now allow you to search for a class or a file and go to it from the search results. On my last few projects I&#8217;ve seen developers using this feature almost exclusively rather than navigating their code tree. This is a very nice feature that I really enjoy using but does it have a dark side?</p>
<p>I&#8217;m an old school hacker and I like to know how my code is structured &#8211; its packages, dependencies, web root folders, output folders for the IDE and for automated build scripts, etc. I&#8217;ve always felt that this gave me a bigger picture than just &#8220;insert code here&#8221;. I tend to analyze how the bits of code or classes that I am writing (or reading) fit into the overall structure, where they go, what packages / components / modules / assemblies my application has.</p>
<p>It is interesting that on projects where code navigation by search is the norm I come across weird / circular dependencies between packages, classes in packages that do not really fit together (at least in my mind), and integration tests for endpoints that require the wiring of the entire application to work. My initial feeling is that this is a symptom of developers who may not yet be experienced enough to see the big picture shape of their evolving application, and/or of an application layout/design that does not provide any affordances to developers to indicate where they should put their code.</p>
<p>What&#8217;s the point I&#8217;m trying to make here? That&#8217;s a tough question. I&#8217;ve been debating with myself for a while whether I should even blog about this, whether this would sound like a rant, or whether this would be helpful at all. In the end as a software craftsman I decided to simply put this out as a cautionary note and a plea to keep a watch out for code that is frequently searched but infrequently read. It smells &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://watchitlater.com/blog/2009/10/reading-code-vs-searching-code/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>S3DropBox is now on Google Code</title>
		<link>http://watchitlater.com/blog/2009/03/s3dropbox-is-now-on-google-code/</link>
		<comments>http://watchitlater.com/blog/2009/03/s3dropbox-is-now-on-google-code/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 11:58:14 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[My Code]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://watchitlater.com/blog/?p=30</guid>
		<description><![CDATA[In June of 2008 I released the initial version of the S3DropBox as a download available from this blog (see S3DropBox). Since then I&#8217;ve been adding little enhancements to the drop box as updates to the linked zip files. This of course is not the right way to share an application or its code-base, so [...]]]></description>
			<content:encoded><![CDATA[<p>In June of 2008 I released the initial version of the S3DropBox as a download available from this blog (see <a href="http://watchitlater.com/blog/archives/17">S3DropBox</a>). Since then I&#8217;ve been adding little enhancements to the drop box as updates to the linked zip files. This of course is not the right way to share an application or its code-base, so I&#8217;ve created a google code project at <a href="http://code.google.com/p/s3dropbox/">http://code.google.com/p/s3dropbox/</a>. Feedback, patches and wish-list items are always welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://watchitlater.com/blog/2009/03/s3dropbox-is-now-on-google-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
