<?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>LAMPlights &#187; solar</title>
	<atom:link href="http://www.hermanradtke.com/blog/tag/solar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hermanradtke.com</link>
	<description>Personal anecdotes from my experiences using the LAMP stack</description>
	<lastBuildDate>Wed, 25 Jan 2012 18:14:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Why I am not running to Solar</title>
		<link>http://www.hermanradtke.com/blog/why-i-am-not-running-to-solar/</link>
		<comments>http://www.hermanradtke.com/blog/why-i-am-not-running-to-solar/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 03:30:29 +0000</pubDate>
		<dc:creator>Herman Radtke</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[solar]]></category>
		<category><![CDATA[zendframework]]></category>

		<guid isPermaLink="false">http://www.hermanradtke.com/blog/?p=188</guid>
		<description><![CDATA[Some of my thoughts on Paul M. Jones post about Solar and Zend Framework.  This is less of a defense of Zend Framework and more of a commentary on Paul's framework ideas. I favor design by contract so I can properly type-hint method parameters.  A framework should be written in a way I can safely [...]]]></description>
			<content:encoded><![CDATA[<p>Some of my thoughts on <a href="http://paul-m-jones.com/?p=1113">Paul M. Jones post about Solar and Zend Framework</a>.  This is less of a defense of Zend Framework and more of a commentary on Paul's framework ideas.</p>
<p>I favor design by contract so I can properly type-hint method parameters.  A framework should be written in a way I can safely extend the crap out of.  This is the exact use case of interfaces.</p>
<p>Universal constructors make the code harder to read.  I see this as a sign that inheritance is being used way too much.  Compose people, compose!</p>
<p>The registry pattern is not any better than a singleton.  They both have global scope.</p>
<p>I do like that there are so many ways to inject dependencies.  The MVC framework is also pretty nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hermanradtke.com/blog/why-i-am-not-running-to-solar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

