<?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: Const Strings &#8211; a very convenient way to shoot yourself in the foot</title>
	<atom:link href="http://www.stum.de/2009/01/14/const-strings-a-very-convenient-way-to-shoot-yourself-in-the-foot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stum.de/2009/01/14/const-strings-a-very-convenient-way-to-shoot-yourself-in-the-foot/</link>
	<description>Random thoughts of neat disorder</description>
	<lastBuildDate>Wed, 11 Jan 2012 04:38:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stephen</title>
		<link>http://www.stum.de/2009/01/14/const-strings-a-very-convenient-way-to-shoot-yourself-in-the-foot/comment-page-1/#comment-22696</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Mon, 06 Dec 2010 13:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/?p=391#comment-22696</guid>
		<description>Very good tip, This is definitely something worth remembering. It&#039;s also interesting to see that the JIT Compiler moves the static readonly assignment to the constructor.</description>
		<content:encoded><![CDATA[<p>Very good tip, This is definitely something worth remembering. It's also interesting to see that the JIT Compiler moves the static readonly assignment to the constructor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Rinea</title>
		<link>http://www.stum.de/2009/01/14/const-strings-a-very-convenient-way-to-shoot-yourself-in-the-foot/comment-page-1/#comment-10350</link>
		<dc:creator>Andrei Rinea</dc:creator>
		<pubDate>Sat, 03 Oct 2009 22:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.stum.de/?p=391#comment-10350</guid>
		<description>I&#039;ve been bitten by this too but in a different form : I was relying on the first access to any of my class members to trigger the static constructor. And it worked excellent except for the constants. So watch out for this too!</description>
		<content:encoded><![CDATA[<p>I've been bitten by this too but in a different form : I was relying on the first access to any of my class members to trigger the static constructor. And it worked excellent except for the constants. So watch out for this too!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

