<?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>LuckyDonkey &#187; Objective C</title>
	<atom:link href="http://www.luckydonkey.com/category/objective-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.luckydonkey.com</link>
	<description>Never knowingly knowing narwhals</description>
	<lastBuildDate>Wed, 17 Mar 2010 01:05:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Humorous Examples in documentation</title>
		<link>http://www.luckydonkey.com/2007/03/23/humorous-examples-in-documentation/</link>
		<comments>http://www.luckydonkey.com/2007/03/23/humorous-examples-in-documentation/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 15:06:18 +0000</pubDate>
		<dc:creator>dazza</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.luckydonkey.com/2007/03/23/humorous-examples-in-documentation/</guid>
		<description><![CDATA[I've been a fan of adding a little humor to dry documentation for as long as I've been reading dry documentation. It doesn't need to be a stand up routine Just a little bit of the character of the author will do. I just came across this in the Cocoa documentation for NSString: Discussion The [...]]]></description>
			<content:encoded><![CDATA[<p>I've been a fan of adding a little humor to dry documentation for as long as I've been reading dry documentation. It doesn't need to be a stand up routine Just a little bit of the character of the author will do. I just came across this in the Cocoa documentation for NSString:</p>
<p><strong>Discussion</strong><br />
The substrings in the array appear in the order they did in the receiver. If the string begins or ends with the separator, the first or last substring, respectively, is empty. For example, this code fragment:</p>
<pre style="color:#996633;">NSString *list = @"Norman, Stanley, Fletcher";
NSArray *listItems = [list componentsSeparatedByString:@", "];
produces an array { @"Norman", @"Stanley", @"Fletcher" }.
</pre>
<p>For those who didn't grow up in the eighties <a href="http://en.wikipedia.org/wiki/Norman_Stanley_Fletcher">Norman Stanley Fletcher</a> is a famous rogue from british television. Made me laugh for a moment <img src='http://www.luckydonkey.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' />  Back to grindstone.</p>
<p><map name='google_ad_map_114_afea9fcd39d8b84a'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/114?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_114_afea9fcd39d8b84a' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=114&amp;url= http%3A%2F%2Fwww.luckydonkey.com%2F2007%2F03%2F23%2Fhumorous-examples-in-documentation%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.luckydonkey.com/2007/03/23/humorous-examples-in-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
