<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: &#8220;Please&#8221; and &#8220;Thank You&#8221; Macro</title>
	<atom:link href="http://blog.slickedit.com/2008/11/please-and-thank-you-macro/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.slickedit.com/2008/11/please-and-thank-you-macro/</link>
	<description>&#34;Hello World&#34; - The SlickEdit Developer Blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 10:18:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Matthew E</title>
		<link>http://blog.slickedit.com/2008/11/please-and-thank-you-macro/comment-page-1/#comment-555</link>
		<dc:creator>Matthew E</dc:creator>
		<pubDate>Fri, 21 Nov 2008 22:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=253#comment-555</guid>
		<description>NUnit attributes!

&lt;code&gt;
[TestFixture]
public class SpousalRequests
{
	[TestFixtureSetup]
	public void SayPlease(){}
	[TestFixtureTearDown]
	public void SayThankYou(){}
	[Test]
	public void AskForRemote(bool bIsLost){}
}
&lt;/code&gt;

</description>
		<content:encoded><![CDATA[<p>NUnit attributes!</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">[TestFixture]<br />
public class SpousalRequests<br />
{<br />
&nbsp; &nbsp; [TestFixtureSetup]<br />
&nbsp; &nbsp; public void SayPlease(){}<br />
&nbsp; &nbsp; [TestFixtureTearDown]<br />
&nbsp; &nbsp; public void SayThankYou(){}<br />
&nbsp; &nbsp; [Test]<br />
&nbsp; &nbsp; public void AskForRemote(bool bIsLost){}<br />
}</div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://blog.slickedit.com/2008/11/please-and-thank-you-macro/comment-page-1/#comment-554</link>
		<dc:creator>William</dc:creator>
		<pubDate>Thu, 20 Nov 2008 19:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=253#comment-554</guid>
		<description>Yeah, I can&#039;t really think of any Java or C++ constructs that illustrate this, but Python has the perfect construct - decorators!

http://www.python.org/dev/peps/pep-0318/</description>
		<content:encoded><![CDATA[<p>Yeah, I can&#8217;t really think of any Java or C++ constructs that illustrate this, but Python has the perfect construct &#8211; decorators!</p>
<p><a href="http://www.python.org/dev/peps/pep-0318/" rel="nofollow">http://www.python.org/dev/peps/pep-0318/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: di0bot</title>
		<link>http://blog.slickedit.com/2008/11/please-and-thank-you-macro/comment-page-1/#comment-553</link>
		<dc:creator>di0bot</dc:creator>
		<pubDate>Thu, 20 Nov 2008 16:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=253#comment-553</guid>
		<description>haha. funny. thx.</description>
		<content:encoded><![CDATA[<p>haha. funny. thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Westfall</title>
		<link>http://blog.slickedit.com/2008/11/please-and-thank-you-macro/comment-page-1/#comment-552</link>
		<dc:creator>Scott Westfall</dc:creator>
		<pubDate>Thu, 20 Nov 2008 16:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=253#comment-552</guid>
		<description>@hfaber: Actually, I spent most of my time doing OO coding, but Java and C++ don&#039;t have an OO construct that illustrates the point as well.

I could have used a mixin from my old LISP days defining before and after methods for &quot;Please&quot; and &quot;Thank you&quot;, but I thought that might be a tad obscure.

You gotta love programming: there are so many ways to skin a cat that you have to wonder why any cats still have skin.</description>
		<content:encoded><![CDATA[<p>@hfaber: Actually, I spent most of my time doing OO coding, but Java and C++ don&#8217;t have an OO construct that illustrates the point as well.</p>
<p>I could have used a mixin from my old LISP days defining before and after methods for &#8220;Please&#8221; and &#8220;Thank you&#8221;, but I thought that might be a tad obscure.</p>
<p>You gotta love programming: there are so many ways to skin a cat that you have to wonder why any cats still have skin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hfaber</title>
		<link>http://blog.slickedit.com/2008/11/please-and-thank-you-macro/comment-page-1/#comment-551</link>
		<dc:creator>hfaber</dc:creator>
		<pubDate>Thu, 20 Nov 2008 15:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=253#comment-551</guid>
		<description>I see you grew up in procedural style. Today&#039;s OO kids would call it a &quot;Please&quot;-decorator!</description>
		<content:encoded><![CDATA[<p>I see you grew up in procedural style. Today&#8217;s OO kids would call it a &#8220;Please&#8221;-decorator!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://blog.slickedit.com/2008/11/please-and-thank-you-macro/comment-page-1/#comment-550</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Thu, 20 Nov 2008 15:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=253#comment-550</guid>
		<description>spot on, or whatever kids say nowadays :)</description>
		<content:encoded><![CDATA[<p>spot on, or whatever kids say nowadays <img src='http://blog.slickedit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Gautier</title>
		<link>http://blog.slickedit.com/2008/11/please-and-thank-you-macro/comment-page-1/#comment-549</link>
		<dc:creator>Rich Gautier</dc:creator>
		<pubDate>Thu, 20 Nov 2008 15:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=253#comment-549</guid>
		<description>macro(witty and endearing blog commentary);</description>
		<content:encoded><![CDATA[<p>macro(witty and endearing blog commentary);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignacio</title>
		<link>http://blog.slickedit.com/2008/11/please-and-thank-you-macro/comment-page-1/#comment-548</link>
		<dc:creator>Ignacio</dc:creator>
		<pubDate>Thu, 20 Nov 2008 03:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.slickedit.com/?p=253#comment-548</guid>
		<description>like it!!! :)</description>
		<content:encoded><![CDATA[<p>like it!!! <img src='http://blog.slickedit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

