<?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: Why you need linguistic skills &#8211; part 1</title>
	<atom:link href="http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/feed/" rel="self" type="application/rss+xml" />
	<link>http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/</link>
	<description>Where entrepreneurship, mathematics and programming meet</description>
	<lastBuildDate>Wed, 28 Mar 2012 04:44:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Translating database column names for globalisation &#124; Polymath Programmer</title>
		<link>http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/comment-page-1/#comment-3401</link>
		<dc:creator>Translating database column names for globalisation &#124; Polymath Programmer</dc:creator>
		<pubDate>Thu, 17 Jul 2008 09:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/#comment-3401</guid>
		<description>[...] said, there&#8217;s much to be desired for the variable naming skills of the database [...]</description>
		<content:encoded><![CDATA[<p>[...] said, there&#8217;s much to be desired for the variable naming skills of the database [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Tan</title>
		<link>http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/comment-page-1/#comment-581</link>
		<dc:creator>Vincent Tan</dc:creator>
		<pubDate>Sat, 23 Feb 2008 14:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/#comment-581</guid>
		<description>Ahhh... legacy code. I&#039;ve had lots of fun before. Don&#039;t miss the late nights and hair pulling though...</description>
		<content:encoded><![CDATA[<p>Ahhh&#8230; legacy code. I&#8217;ve had lots of fun before. Don&#8217;t miss the late nights and hair pulling though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Barden</title>
		<link>http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/comment-page-1/#comment-578</link>
		<dc:creator>Ben Barden</dc:creator>
		<pubDate>Sat, 23 Feb 2008 11:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/#comment-578</guid>
		<description>Ah OK. I&#039;m still on VB6, haven&#039;t really delved into VB.NET yet as our entire codebase is pre-.NET. Some is even in VB3. It&#039;ll take ages to get it all to VB6, let alone any further. Still, I like a challenge! :)</description>
		<content:encoded><![CDATA[<p>Ah OK. I&#8217;m still on VB6, haven&#8217;t really delved into VB.NET yet as our entire codebase is pre-.NET. Some is even in VB3. It&#8217;ll take ages to get it all to VB6, let alone any further. Still, I like a challenge! <img src='http://polymathprogrammer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Tan</title>
		<link>http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/comment-page-1/#comment-575</link>
		<dc:creator>Vincent Tan</dc:creator>
		<pubDate>Sat, 23 Feb 2008 03:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/#comment-575</guid>
		<description>My programming roots started with C actually. My first job required me to learn VB.NET, and so I did. The Visual Basic (.NET) code then was, uh, primitive, so yes, I do see some untyped variables here and there. Deciphering code became more exciting while I had to decipher what variable type I&#039;m investigating too...

&quot;but there is always a variable I have difficulty naming&quot;
This variable inevitably ends up with a long name... :)</description>
		<content:encoded><![CDATA[<p>My programming roots started with C actually. My first job required me to learn VB.NET, and so I did. The Visual Basic (.NET) code then was, uh, primitive, so yes, I do see some untyped variables here and there. Deciphering code became more exciting while I had to decipher what variable type I&#8217;m investigating too&#8230;</p>
<p>&#8220;but there is always a variable I have difficulty naming&#8221;<br />
This variable inevitably ends up with a long name&#8230; <img src='http://polymathprogrammer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Barden</title>
		<link>http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/comment-page-1/#comment-572</link>
		<dc:creator>Ben Barden</dc:creator>
		<pubDate>Sat, 23 Feb 2008 00:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/#comment-572</guid>
		<description>I have no excuse for bad variable naming because I don&#039;t do it.

So, you&#039;re a Visual Basic programmer? Same here, although I do PHP as well. In a lot of the code I&#039;m working on, I&#039;ve seen things like this:

Dim a, b, c
Dim x

Not only are those variables badly named, they&#039;re not even given a type. I&#039;m tasked with rewriting a lot of code so I can address stuff like this, but the code is often very hard to understand.

Personally, I like naming variables and I also use prefixes. e.g. intCommentCount, strDataPrefix, dteBirthDate. I still have issues with a few names though, as sometimes you end up with two very similar variable names or some very long variable names. It depends on the context, of course, but there is always a variable I have difficulty naming.</description>
		<content:encoded><![CDATA[<p>I have no excuse for bad variable naming because I don&#8217;t do it.</p>
<p>So, you&#8217;re a Visual Basic programmer? Same here, although I do PHP as well. In a lot of the code I&#8217;m working on, I&#8217;ve seen things like this:</p>
<p>Dim a, b, c<br />
Dim x</p>
<p>Not only are those variables badly named, they&#8217;re not even given a type. I&#8217;m tasked with rewriting a lot of code so I can address stuff like this, but the code is often very hard to understand.</p>
<p>Personally, I like naming variables and I also use prefixes. e.g. intCommentCount, strDataPrefix, dteBirthDate. I still have issues with a few names though, as sometimes you end up with two very similar variable names or some very long variable names. It depends on the context, of course, but there is always a variable I have difficulty naming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Why you need linguistic skills - part 2 &#124; Polymath Programmer</title>
		<link>http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/comment-page-1/#comment-542</link>
		<dc:creator>Why you need linguistic skills - part 2 &#124; Polymath Programmer</dc:creator>
		<pubDate>Wed, 13 Feb 2008 11:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/#comment-542</guid>
		<description>[...] ProgrammerCoding betterHome About Articles Resources Contact     &#171; Why you need linguistic skills - part 1 Are you dealing fatal blows? [...]</description>
		<content:encoded><![CDATA[<p>[...] ProgrammerCoding betterHome About Articles Resources Contact     &laquo; Why you need linguistic skills &#8211; part 1 Are you dealing fatal blows? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Tan</title>
		<link>http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/comment-page-1/#comment-534</link>
		<dc:creator>Vincent Tan</dc:creator>
		<pubDate>Sat, 09 Feb 2008 02:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/#comment-534</guid>
		<description>Oh yes, programming forces me to focus more on the grammar and syntax of the (programming) language. Once I took note of those, I took better note of them in human languages such as English, Chinese and even Japanese.</description>
		<content:encoded><![CDATA[<p>Oh yes, programming forces me to focus more on the grammar and syntax of the (programming) language. Once I took note of those, I took better note of them in human languages such as English, Chinese and even Japanese.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/comment-page-1/#comment-532</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 08 Feb 2008 16:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2008/02/08/why-you-need-linguistic-skills-part1/#comment-532</guid>
		<description>I also think that programming can help develop your linguistic skills. I study French and the grammar is my favourite part, as it&#039;s almost like programming. For example, when working with pronouns I use this formula - subject + object pronoun + verb and things like that.</description>
		<content:encoded><![CDATA[<p>I also think that programming can help develop your linguistic skills. I study French and the grammar is my favourite part, as it&#8217;s almost like programming. For example, when working with pronouns I use this formula &#8211; subject + object pronoun + verb and things like that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

