<?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: Adventures in Monkey Code</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2008/12/28/adventures-in-monkey-code/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2008/12/28/adventures-in-monkey-code/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JAlpino</title>
		<link>https://www.barneyb.com/barneyblog/2008/12/28/adventures-in-monkey-code/comment-page-1/#comment-149970</link>
		<dc:creator>JAlpino</dc:creator>
		<pubDate>Mon, 29 Dec 2008 14:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=586#comment-149970</guid>
		<description>You have to admit though, sometimes it&#039;s nice to just build without the use of frameworks. Your app ends up being a dozen or so templates and ridiculously simple to follow, no thinking, just code and go. A perfect holiday weekend project that gets knocked out in a few short hours.</description>
		<content:encoded><![CDATA[<p>You have to admit though, sometimes it's nice to just build without the use of frameworks. Your app ends up being a dozen or so templates and ridiculously simple to follow, no thinking, just code and go. A perfect holiday weekend project that gets knocked out in a few short hours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Nadel</title>
		<link>https://www.barneyb.com/barneyblog/2008/12/28/adventures-in-monkey-code/comment-page-1/#comment-149730</link>
		<dc:creator>Ben Nadel</dc:creator>
		<pubDate>Sun, 28 Dec 2008 21:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=586#comment-149730</guid>
		<description>Barney,

Personally, I think that this project is small enough that duplicating the logic in the &quot;save&quot; page for the zip-processing page would have been fine. If you know that your project is going to be and *remain* small by intent, then I don&#039;t even think code duplication is an issue. I know this might be heresy, but a little copy-paste-modify does a great job on such small projects.

Also, another way to think about this type of a project is as a &quot;proof of concept&quot;. Maybe, while building this, you gather ideas that you never had initially. Once you have complete and see the &quot;future&quot; of the application, I think it is perfectly fine to almost start from scratch, this time with a real framework in place.</description>
		<content:encoded><![CDATA[<p>Barney,</p>
<p>Personally, I think that this project is small enough that duplicating the logic in the "save" page for the zip-processing page would have been fine. If you know that your project is going to be and *remain* small by intent, then I don't even think code duplication is an issue. I know this might be heresy, but a little copy-paste-modify does a great job on such small projects.</p>
<p>Also, another way to think about this type of a project is as a "proof of concept". Maybe, while building this, you gather ideas that you never had initially. Once you have complete and see the "future" of the application, I think it is perfectly fine to almost start from scratch, this time with a real framework in place.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
