<?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>Tom Dalling &#187; Coding Style/Conventions</title>
	<atom:link href="http://www.tomdalling.com/blog/category/coding-styleconventions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tomdalling.com/blog</link>
	<description>Thoughts of a software developer</description>
	<lastBuildDate>Fri, 16 Dec 2011 04:41:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>For those who have never used Objective C</title>
		<link>http://www.tomdalling.com/blog/coding-styleconventions/for-those-who-have-never-used-objective-c</link>
		<comments>http://www.tomdalling.com/blog/coding-styleconventions/for-those-who-have-never-used-objective-c#comments</comments>
		<pubDate>Wed, 28 Apr 2010 02:02:33 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Coding Style/Conventions]]></category>

		<guid isPermaLink="false">http://www.tomdalling.com/?p=411</guid>
		<description><![CDATA[There is one feature of the Objective C language that I really love: the method naming. Let me explain with an example. Here is a nasty call to a C function from the Win32 API that has 12 arguments: hwnd = CreateWindowEx&#40;WS_EX_LAYERED, TEXT&#40;&#34;Hello&#34;&#41;, TEXT&#40;&#34;World&#34;&#41;, WS_OVERLAPPEDWINDOW, 10, 10, 400, 400, NULL, NULL, hInstance, NULL&#41;; Pick an [...]]]></description>
		<wfw:commentRss>http://www.tomdalling.com/blog/coding-styleconventions/for-those-who-have-never-used-objective-c/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why Inline Comments Are Generally a Bad Idea</title>
		<link>http://www.tomdalling.com/blog/coding-styleconventions/why-inline-comments-are-generally-a-bad-idea</link>
		<comments>http://www.tomdalling.com/blog/coding-styleconventions/why-inline-comments-are-generally-a-bad-idea#comments</comments>
		<pubDate>Thu, 08 Oct 2009 06:20:03 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Coding Style/Conventions]]></category>

		<guid isPermaLink="false">http://www.tomdalling.com/?p=208</guid>
		<description><![CDATA[Bellow is a single function commented in two different ways. Which one is better? NSString* MD5StringOfString&#40;NSString* inputStr&#41; &#123; //UTF8 encoding is used so the hash can be compared with hashes of ASCII strings NSData* inputData = &#91;inputStr dataUsingEncoding:NSUTF8StringEncoding&#93;; &#160; unsigned char outputData&#91;CC_MD5_DIGEST_LENGTH&#93;; CC_MD5&#40;&#91;inputData bytes&#93;, &#91;inputData length&#93;, outputData&#41;; &#160; NSMutableString* hashStr = &#91;NSMutableString string&#93;; int i [...]]]></description>
		<wfw:commentRss>http://www.tomdalling.com/blog/coding-styleconventions/why-inline-comments-are-generally-a-bad-idea/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

