<?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>Research and Destroy &#187; Coding</title>
	<atom:link href="http://research-and-destroy.de/blog/tag/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://research-and-destroy.de/blog</link>
	<description>... using advanced technology</description>
	<lastBuildDate>Sun, 18 Dec 2011 22:38:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>String literals</title>
		<link>http://research-and-destroy.de/blog/2008/06/02/string-literals/</link>
		<comments>http://research-and-destroy.de/blog/2008/06/02/string-literals/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 10:51:03 +0000</pubDate>
		<dc:creator>makii</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://research-and-destroy.de/blog/2008/06/02/string-literals/</guid>
		<description><![CDATA[When coding in Java, I usually try to avoid string lite [...]]]></description>
			<content:encoded><![CDATA[<p>When coding in Java, I usually try to avoid string literals in the code, especiall when they reference other software components like templates, which are filled with values in arbitrary places throughout the code. This is what I found in a project which we&#8217;re going to insource soon:  </p>
<p><code>#-[ user@host ]- ~/work/project/trunk<br />
#-[0]-> find . -type f -name "*.java" -exec grep -r "\"salutation2\"" {} \;  | wc -l<br />
24<br />
#-[ host@host ]- ~/work/project/trunk<br />
#-[0]-> kill -9 $SOFTWARE_SERVICE_PROVIDER<br />
</code></p>
<p>No comment.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://research-and-destroy.de/blog/2008/06/02/string-literals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

