<?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>Head.SmackOnTable(); &#187; simplicity</title>
	<atom:link href="http://www.unauthorised-access.com/tag/simplicity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unauthorised-access.com</link>
	<description>Contains Nuts.</description>
	<lastBuildDate>Fri, 06 Jan 2012 11:15:02 +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>Consider if you actually need a variable&#8230;</title>
		<link>http://www.unauthorised-access.com/2008/06/consider-if-you-actually-need-a-variable/</link>
		<comments>http://www.unauthorised-access.com/2008/06/consider-if-you-actually-need-a-variable/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 17:08:45 +0000</pubDate>
		<dc:creator>Monty</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[c#.net]]></category>
		<category><![CDATA[resharper]]></category>
		<category><![CDATA[simplicity]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.unauthorised-access.com/?p=40</guid>
		<description><![CDATA[Take this scenario, you need to call a function, so you do the following: I basically needed to call GetCustomAttribute(true) (if you know a better way to check custom attributes, please let me know!). But then I had an epiphany. Do I really need the trace and frame objects, or can I just do the [...]]]></description>
			<content:encoded><![CDATA[<p>Take this scenario, you need to call a function, so you do the following:</p>
<p><a href="http://www.unauthorised-access.com/wp-content/uploads/2008/06/windowclipping-21.png"><img class="alignnone size-medium wp-image-41" title="Stack trace example" src="http://www.unauthorised-access.com/wp-content/uploads/2008/06/windowclipping-21.png" alt="" width="270" height="46" /></a></p>
<p>I basically needed to call GetCustomAttribute(true) (if you know a better way to check custom attributes, please let me know!). But then I had an epiphany. Do I really need the trace and frame objects, or can I just do the following:</p>
<p><a href="http://www.unauthorised-access.com/wp-content/uploads/2008/06/windowclipping-22.png"><img class="alignnone size-full wp-image-42" title="Strack Trace 2" src="http://www.unauthorised-access.com/wp-content/uploads/2008/06/windowclipping-22.png" alt="" width="412" height="21" /></a></p>
<p>Which does exactly the same thing, but is shorter, and is easier to read and follow!</p>
<p>I love simplicitiy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unauthorised-access.com/2008/06/consider-if-you-actually-need-a-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

