<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Keetaya's Blog</title>
	<atom:link href="http://keetaya.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://keetaya.wordpress.com</link>
	<description>Welcome to My Blog</description>
	<lastBuildDate>Fri, 20 Apr 2007 08:01:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='keetaya.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Keetaya's Blog</title>
		<link>http://keetaya.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://keetaya.wordpress.com/osd.xml" title="Keetaya&#039;s Blog" />
	<atom:link rel='hub' href='http://keetaya.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Constants Usage</title>
		<link>http://keetaya.wordpress.com/2007/01/17/constants-usage/</link>
		<comments>http://keetaya.wordpress.com/2007/01/17/constants-usage/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 08:35:45 +0000</pubDate>
		<dc:creator>keetaya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://keetaya.wordpress.com/2007/01/17/constants-usage/</guid>
		<description><![CDATA[Hi Guys, These are set of guidelines suggested by Krzysztof C and Microsoft Design Guidelines on the web on Constant Usage. 1. If a value is constant in nature (never changes its value in its life time) make it a constant, such as Pi. [MSDN2: Microsoft design Guidelines] 2. If a literal used in two [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=keetaya.wordpress.com&amp;blog=678461&amp;post=4&amp;subd=keetaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Guys,</p>
<p class="MsoNormal" style="margin-left:0.25in;text-indent:-0.25in;"> <font color="navy" face="Arial" size="2">These are set of <span style="font-size:10pt;color:navy;font-family:Arial;">guidelines suggested by Krzysztof C and Microsoft Design  Guidelines on the web on Constant Usage.<br />
</span></font></p>
<p class="MsoNormal" style="margin-left:0.25in;text-indent:-0.25in;"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;"> <span>1.<font face="Times New Roman" size="1"><span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">        </span></font></span></span></font><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">If a value is constant  in nature (never changes its value in its life time) make it a constant, such as  Pi. [MSDN2: Microsoft design Guidelines]</span></font></p>
<p class="MsoNormal" style="margin-left:0.25in;text-indent:-0.25in;"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;"><span>2.<font face="Times New Roman" size="1"><span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">        </span></font></span></span></font><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">If a literal used in  two different assemblies make it public static  read-only.</span></font></p>
<p class="MsoNormal" style="margin-left:0.25in;text-indent:-0.25in;"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;"><span>3.<font face="Times New Roman" size="1"><span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">        </span></font></span></span></font><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">If a literal used in  two different types (e.g. classes) in the same assembly make it a public  constant and introduce a separate Constants code file. </span></font></p>
<p class="MsoNormal" style="margin-left:0.25in;text-indent:-0.25in;"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;"><span>4.<font face="Times New Roman" size="1"><span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">        </span></font></span></span></font><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">If a literal used in  two different members (method or a property) in a same type (e.g. class) make it  a private field constant.</span></font></p>
<p class="MsoNormal" style="margin-left:0.25in;text-indent:-0.25in;"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;"><span>5.<font face="Times New Roman" size="1"><span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">        </span></font></span></span></font><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">If a literal occurred  in two places in a member, make it a local  constant.</span></font></p>
<p class="MsoNormal" style="margin-left:0.25in;text-indent:-0.25in;"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;"><span>6.<font face="Times New Roman" size="1"><span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">        </span></font></span></span></font><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">If a string literal is  used at least once, <strong><span style="font-weight:bold;">consider</span></strong> it  making a constant. (This guideline is the controversial one</span></font><font color="navy" face="Wingdings" size="2"><span style="font-size:10pt;color:navy;font-family:Wingdings;">J</span></font><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">)</span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;"> It also says that,  using constants is <strong><span style="font-weight:bold;">better</span></strong> than not  using them.</span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;"> I also see that the Maintainability aspect <strong><span style="font-weight:bold;">should</span></strong> get the precedence over any other  “good” technical practices behind constants. </span></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/keetaya.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/keetaya.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/keetaya.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/keetaya.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/keetaya.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/keetaya.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/keetaya.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/keetaya.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/keetaya.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/keetaya.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/keetaya.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/keetaya.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/keetaya.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/keetaya.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/keetaya.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/keetaya.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=keetaya.wordpress.com&amp;blog=678461&amp;post=4&amp;subd=keetaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://keetaya.wordpress.com/2007/01/17/constants-usage/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c2f95c3c4adc893e49a12439cff6946?s=96&#38;d=identicon" medium="image">
			<media:title type="html">keetaya</media:title>
		</media:content>
	</item>
		<item>
		<title>My First Blog</title>
		<link>http://keetaya.wordpress.com/2007/01/12/my-first-blog/</link>
		<comments>http://keetaya.wordpress.com/2007/01/12/my-first-blog/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 11:13:11 +0000</pubDate>
		<dc:creator>keetaya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://keetaya.wordpress.com/2007/01/12/my-first-blog/</guid>
		<description><![CDATA[Hi Guys, welcome to my blog!!!!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=keetaya.wordpress.com&amp;blog=678461&amp;post=3&amp;subd=keetaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Guys, welcome to my blog!!!!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/keetaya.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/keetaya.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/keetaya.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/keetaya.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/keetaya.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/keetaya.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/keetaya.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/keetaya.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/keetaya.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/keetaya.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/keetaya.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/keetaya.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/keetaya.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/keetaya.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/keetaya.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/keetaya.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=keetaya.wordpress.com&amp;blog=678461&amp;post=3&amp;subd=keetaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://keetaya.wordpress.com/2007/01/12/my-first-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c2f95c3c4adc893e49a12439cff6946?s=96&#38;d=identicon" medium="image">
			<media:title type="html">keetaya</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://keetaya.wordpress.com/2007/01/12/hello-world/</link>
		<comments>http://keetaya.wordpress.com/2007/01/12/hello-world/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 11:05:43 +0000</pubDate>
		<dc:creator>keetaya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=keetaya.wordpress.com&amp;blog=678461&amp;post=1&amp;subd=keetaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/keetaya.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/keetaya.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/keetaya.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/keetaya.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/keetaya.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/keetaya.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/keetaya.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/keetaya.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/keetaya.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/keetaya.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/keetaya.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/keetaya.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/keetaya.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/keetaya.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/keetaya.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/keetaya.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=keetaya.wordpress.com&amp;blog=678461&amp;post=1&amp;subd=keetaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://keetaya.wordpress.com/2007/01/12/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c2f95c3c4adc893e49a12439cff6946?s=96&#38;d=identicon" medium="image">
			<media:title type="html">keetaya</media:title>
		</media:content>
	</item>
	</channel>
</rss>
