<?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"
	>
<channel>
	<title>Comments on: Got spare time? Build your own MVC framework</title>
	<atom:link href="http://www.greftek.net/blog/2008/05/01/got-spare-time-build-your-own-mvc-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greftek.net/blog/2008/05/01/got-spare-time-build-your-own-mvc-framework/</link>
	<description>GrefTek's Blog</description>
	<pubDate>Sat, 22 Nov 2008 09:33:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: GrefTek</title>
		<link>http://www.greftek.net/blog/2008/05/01/got-spare-time-build-your-own-mvc-framework/#comment-32133</link>
		<dc:creator>GrefTek</dc:creator>
		<pubDate>Wed, 30 Jul 2008 07:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.greftek.net/blog/2008/05/01/176/#comment-32133</guid>
		<description>There's enough design patterns for sure; I just think MVC is one of the cleaner, neater ones. ;)</description>
		<content:encoded><![CDATA[<p>There&#8217;s enough design patterns for sure; I just think MVC is one of the cleaner, neater ones. <img src='http://www.greftek.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://www.greftek.net/blog/2008/05/01/got-spare-time-build-your-own-mvc-framework/#comment-29522</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Sun, 20 Jul 2008 03:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.greftek.net/blog/2008/05/01/176/#comment-29522</guid>
		<description>Structure is good, over-structure is bad... Code, indeed is there to serve a purpose, however, sometimes the coder is not completely aware of what the purpose really is. In that case the coder should not have to spend too much time re-reading his code because his code looks like a bowl of spaghetti.
Implying that any form of structure is better than no form of structure at all. 
MVC is a good choice but ICO (init, compute, output) is a good start for the fact that you can use that on a per-file base and applying object orriented programming is no must. (restructuring existing code will show you why)

By the way: MVC is overrated; there is a huge number of alternative design patterns, just pick the one you think is best for the purpose you want your code to forfill.

Cheers.</description>
		<content:encoded><![CDATA[<p>Structure is good, over-structure is bad&#8230; Code, indeed is there to serve a purpose, however, sometimes the coder is not completely aware of what the purpose really is. In that case the coder should not have to spend too much time re-reading his code because his code looks like a bowl of spaghetti.<br />
Implying that any form of structure is better than no form of structure at all.<br />
MVC is a good choice but ICO (init, compute, output) is a good start for the fact that you can use that on a per-file base and applying object orriented programming is no must. (restructuring existing code will show you why)</p>
<p>By the way: MVC is overrated; there is a huge number of alternative design patterns, just pick the one you think is best for the purpose you want your code to forfill.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
