<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>jaredpar's WebLog : Evil</title><link>http://blogs.msdn.com/jaredpar/archive/tags/Evil/default.aspx</link><description>Tags: Evil</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Case Sensitive vs. Case Insensitive Languages</title><link>http://blogs.msdn.com/jaredpar/archive/2009/01/06/case-sensitive-vs-case-insensitive-languages.aspx</link><pubDate>Tue, 06 Jan 2009 16:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9252103</guid><dc:creator>Jared Parsons</dc:creator><slash:comments>10</slash:comments><comments>http://blogs.msdn.com/jaredpar/comments/9252103.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jaredpar/commentrss.aspx?PostID=9252103</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jaredpar/rsscomments.aspx?PostID=9252103</wfw:comment><description>&lt;p&gt;Just had a random thought while I was looking at some code today.&amp;#160; It’s yet another argument in the case sensitive vs. case insensitive language battle.&amp;#160; &lt;/p&gt;  &lt;p&gt;Do you really want this to be able to compile?&lt;/p&gt;  &lt;pre&gt;class C1 {
  int M1;
  int m1;
}&lt;/pre&gt;

&lt;p&gt;Yes it’s an abuse and should absolutely be caught in a code review.&amp;#160; But at the same time, experience has taught me that if an evil thing can be done with a language, someone will do it.&lt;/p&gt;

&lt;p&gt;And yes, sadly I’ve seen code like this before.&amp;#160; &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9252103" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jaredpar/archive/tags/Evil/default.aspx">Evil</category></item></channel></rss>