<?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>« Simple and Pragmatic Thoughts » &#187; Quotes</title>
	<atom:link href="http://isagoksu.com/categories/development/quotes/feed/" rel="self" type="application/rss+xml" />
	<link>http://isagoksu.com</link>
	<description>Nobody can be perfect, but you can think better, design better, and always use baby steps!</description>
	<lastBuildDate>Tue, 16 Mar 2010 03:39:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Occam&#8217;s Razor</title>
		<link>http://isagoksu.com/2009/development/quotes/occams-razor/</link>
		<comments>http://isagoksu.com/2009/development/quotes/occams-razor/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 08:52:42 +0000</pubDate>
		<dc:creator>Isa Goksu</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[occam]]></category>
		<category><![CDATA[quote]]></category>
		<category><![CDATA[razor]]></category>

		<guid isPermaLink="false">http://isagoksu.com/?p=644</guid>
		<description><![CDATA[<p>The simplicity is laying under this principle:</p>]]></description>
			<content:encoded><![CDATA[<p>The simplicity is laying under this principle:</p>]]></content:encoded>
			<wfw:commentRss>http://isagoksu.com/2009/development/quotes/occams-razor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>True Liskov Substitution Principle (LSP)</title>
		<link>http://isagoksu.com/2009/development/quotes/true-liskov-substitution-principle-lsp/</link>
		<comments>http://isagoksu.com/2009/development/quotes/true-liskov-substitution-principle-lsp/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:59:32 +0000</pubDate>
		<dc:creator>Isa Goksu</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[liskov]]></category>
		<category><![CDATA[lsp]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[principle]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[substitution]]></category>

		<guid isPermaLink="false">http://isagoksu.com/?p=587</guid>
		<description><![CDATA[<p>I  know everybody is quoting from #WikiPedia or st, but I guess the true definition of this principle is:</p>]]></description>
			<content:encoded><![CDATA[<p>I  know everybody is quoting from #WikiPedia or st, but I guess the true definition of this principle is:</p>]]></content:encoded>
			<wfw:commentRss>http://isagoksu.com/2009/development/quotes/true-liskov-substitution-principle-lsp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximizing Reuse Minimizes Use</title>
		<link>http://isagoksu.com/2009/development/quotes/maximizing-reuse-minimizes-use/</link>
		<comments>http://isagoksu.com/2009/development/quotes/maximizing-reuse-minimizes-use/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 20:31:25 +0000</pubDate>
		<dc:creator>Isa Goksu</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[relation]]></category>
		<category><![CDATA[reuse]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://isagoksu.com/2009/general/maximizing-reuse-minimizes-use/</guid>
		<description><![CDATA[<p>A nice modularity tip that should be considered when you&#8217;re designing a modular system:</p>]]></description>
			<content:encoded><![CDATA[<p>A nice modularity tip that should be considered when you&#8217;re designing a modular system:</p>]]></content:encoded>
			<wfw:commentRss>http://isagoksu.com/2009/development/quotes/maximizing-reuse-minimizes-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design by Considering the Larger Context</title>
		<link>http://isagoksu.com/2009/development/quotes/design-by-considering-the-larger-context/</link>
		<comments>http://isagoksu.com/2009/development/quotes/design-by-considering-the-larger-context/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 22:04:13 +0000</pubDate>
		<dc:creator>Isa Goksu</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[context]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://isagoksu.com/2009/general/design-by-considering-the-larger-context/</guid>
		<description><![CDATA[If you want to achieve a good architectural design by using Object Oriented Design, keep this in mind: Always design a thing by considering it in its next larger context a chair in a room, a room in a house, a house in an environment, an environment in a city plan.]]></description>
			<content:encoded><![CDATA[<p> If you want to achieve a good architectural design by using <strong>Object Oriented Design</strong>, keep this in mind: </p>]]></content:encoded>
			<wfw:commentRss>http://isagoksu.com/2009/development/quotes/design-by-considering-the-larger-context/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoid Too Many Arguments</title>
		<link>http://isagoksu.com/2009/development/quotes/avoid-too-many-arguments/</link>
		<comments>http://isagoksu.com/2009/development/quotes/avoid-too-many-arguments/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 17:16:55 +0000</pubDate>
		<dc:creator>Isa Goksu</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[arguments]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[many]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://isagoksu.com/2009/general/avoid-too-many-arguments/</guid>
		<description><![CDATA[A nice clean code tip: Functions should have a small number of arguments. No argument is best, followed by one, two, and three. More than three is very questionable and should be avoided with prejudice.]]></description>
			<content:encoded><![CDATA[<p>A nice clean code tip:</p>]]></content:encoded>
			<wfw:commentRss>http://isagoksu.com/2009/development/quotes/avoid-too-many-arguments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gall&#8217;s Law</title>
		<link>http://isagoksu.com/2009/development/quotes/galls-law/</link>
		<comments>http://isagoksu.com/2009/development/quotes/galls-law/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 16:59:34 +0000</pubDate>
		<dc:creator>Isa Goksu</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[complex system]]></category>
		<category><![CDATA[gall]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[simplicity]]></category>

		<guid isPermaLink="false">http://isagoksu.com/?p=347</guid>
		<description><![CDATA[Perfectly describes the KISS: A complex system that works is invariably found to have evolved from a simple system that worked. The inverse proposition also appears to be true: A complex system designed from scratch never works and cannot be made to work.]]></description>
			<content:encoded><![CDATA[<p>I love it. Perfectly describes the KISS:</p>]]></content:encoded>
			<wfw:commentRss>http://isagoksu.com/2009/development/quotes/galls-law/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talent is the Desire to Practice</title>
		<link>http://isagoksu.com/2009/development/quotes/talent-is-the-desire-to-practice/</link>
		<comments>http://isagoksu.com/2009/development/quotes/talent-is-the-desire-to-practice/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 03:53:10 +0000</pubDate>
		<dc:creator>Isa Goksu</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[desire]]></category>
		<category><![CDATA[Malcolm Gladwell]]></category>
		<category><![CDATA[talent]]></category>

		<guid isPermaLink="false">http://isagoksu.com/?p=345</guid>
		<description><![CDATA[Talent is the desire to practice Malcolm Gladwell]]></description>
			<content:encoded><![CDATA[<blockquote>
Talent is the desire to practice
</blockquote>

<p/>

<p><strong class="author">Malcolm Gladwell</strong></p>]]></content:encoded>
			<wfw:commentRss>http://isagoksu.com/2009/development/quotes/talent-is-the-desire-to-practice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copying and Pasting Eclipse Code</title>
		<link>http://isagoksu.com/2009/development/quotes/copying-and-pasting-eclipse-code/</link>
		<comments>http://isagoksu.com/2009/development/quotes/copying-and-pasting-eclipse-code/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 00:46:22 +0000</pubDate>
		<dc:creator>Isa Goksu</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[practice]]></category>

		<guid isPermaLink="false">http://isagoksu.com/?p=342</guid>
		<description><![CDATA[It was never a good design practice, will never be. Copying and pasting eclipse code that seems to do kindof the right thing doesn't work, apparently.]]></description>
			<content:encoded><![CDATA[<p>It was never a good design practice, will never be.</p>]]></content:encoded>
			<wfw:commentRss>http://isagoksu.com/2009/development/quotes/copying-and-pasting-eclipse-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Golden Rule of API Design</title>
		<link>http://isagoksu.com/2009/development/quotes/golden-rule-of-api-design/</link>
		<comments>http://isagoksu.com/2009/development/quotes/golden-rule-of-api-design/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 00:46:22 +0000</pubDate>
		<dc:creator>Isa Goksu</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[golden]]></category>
		<category><![CDATA[rule]]></category>

		<guid isPermaLink="false">http://isagoksu.com/?p=285</guid>
		<description><![CDATA[Its not enough to write tests for an API you develop, you have to write unit tests for code which uses your API. When you do, you learn first-hand the hurdles that your users will have to overcome when they try to test their code independently.]]></description>
			<content:encoded><![CDATA[<blockquote>
It’s not enough to write tests for an API you develop, you have to write unit tests for code which uses your API.

When you do, you learn first-hand the hurdles that your users will have to overcome when they try to test their code independently.
</blockquote>

<p/>

<p><strong class="author">Michael Feathers</strong></p>]]></content:encoded>
			<wfw:commentRss>http://isagoksu.com/2009/development/quotes/golden-rule-of-api-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

