<?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: Turn a date into Stata format quickly</title>
	<atom:link href="http://enoriver.net/index.php/2012/03/18/turn-a-date-into-stata-format-quickly/feed/" rel="self" type="application/rss+xml" />
	<link>http://enoriver.net/index.php/2012/03/18/turn-a-date-into-stata-format-quickly/</link>
	<description>computing for fun and profit</description>
	<lastBuildDate>Mon, 25 Feb 2013 21:41:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Nick Cox</title>
		<link>http://enoriver.net/index.php/2012/03/18/turn-a-date-into-stata-format-quickly/comment-page-1/#comment-72811</link>
		<dc:creator>Nick Cox</dc:creator>
		<pubDate>Thu, 05 Apr 2012 00:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://enoriver.net/?p=2124#comment-72811</guid>
		<description><![CDATA[That&#039;s right. Once you write programs to be made public it is best to avoid all names that might be in use, which means any! The justifiable exceptions might -generate- variables with specific names, but that should be documented; the program should check whether they exist and bail out if they do; and there should be ways of supplying alternative names. That may sound a tough order but once you see why it becomes natural to write that way. 

I suspect lots of users have variables called -x-!]]></description>
		<content:encoded><![CDATA[<p>That's right. Once you write programs to be made public it is best to avoid all names that might be in use, which means any! The justifiable exceptions might -generate- variables with specific names, but that should be documented; the program should check whether they exist and bail out if they do; and there should be ways of supplying alternative names. That may sound a tough order but once you see why it becomes natural to write that way. </p>
<p>I suspect lots of users have variables called -x-!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabi Huiber</title>
		<link>http://enoriver.net/index.php/2012/03/18/turn-a-date-into-stata-format-quickly/comment-page-1/#comment-72702</link>
		<dc:creator>Gabi Huiber</dc:creator>
		<pubDate>Wed, 04 Apr 2012 01:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://enoriver.net/?p=2124#comment-72702</guid>
		<description><![CDATA[You&#039;re right! I haven&#039;t thought of it because I don&#039;t ever have variables named x in my data (I expect my variable names to be more descriptive than that) but that&#039;s no excuse. Tempvar would have been better. Thank you.]]></description>
		<content:encoded><![CDATA[<p>You're right! I haven't thought of it because I don't ever have variables named x in my data (I expect my variable names to be more descriptive than that) but that's no excuse. Tempvar would have been better. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Cox</title>
		<link>http://enoriver.net/index.php/2012/03/18/turn-a-date-into-stata-format-quickly/comment-page-1/#comment-72699</link>
		<dc:creator>Nick Cox</dc:creator>
		<pubDate>Wed, 04 Apr 2012 01:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://enoriver.net/?p=2124#comment-72699</guid>
		<description><![CDATA[What you say clashes with your code. The name -x- is used only within the program. Using -tempvar x- ensures no clash with an existing variable named -x-.]]></description>
		<content:encoded><![CDATA[<p>What you say clashes with your code. The name -x- is used only within the program. Using -tempvar x- ensures no clash with an existing variable named -x-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabi Huiber</title>
		<link>http://enoriver.net/index.php/2012/03/18/turn-a-date-into-stata-format-quickly/comment-page-1/#comment-71615</link>
		<dc:creator>Gabi Huiber</dc:creator>
		<pubDate>Wed, 28 Mar 2012 02:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://enoriver.net/?p=2124#comment-71615</guid>
		<description><![CDATA[Hi Nick. You&#039;re right about order `v&#039;; I could have posted a personal taste disclaimer there. But I&#039;m not sure what the gain from tempvar is in this case. I do want to keep x for good, once it&#039;s renamed and labeled.]]></description>
		<content:encoded><![CDATA[<p>Hi Nick. You're right about order `v'; I could have posted a personal taste disclaimer there. But I'm not sure what the gain from tempvar is in this case. I do want to keep x for good, once it's renamed and labeled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Cox</title>
		<link>http://enoriver.net/index.php/2012/03/18/turn-a-date-into-stata-format-quickly/comment-page-1/#comment-69694</link>
		<dc:creator>Nick Cox</dc:creator>
		<pubDate>Mon, 19 Mar 2012 16:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://enoriver.net/?p=2124#comment-69694</guid>
		<description><![CDATA[Interesting idea. Two small comments: 

Better to work with a -tempvar x- than a permanent variable x. 

Not everyone will want the result of -order `v&#039;-.]]></description>
		<content:encoded><![CDATA[<p>Interesting idea. Two small comments: </p>
<p>Better to work with a -tempvar x- than a permanent variable x. </p>
<p>Not everyone will want the result of -order `v'-.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
