<?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: C#: Wrapping DateTime</title>
	<atom:link href="http://www.markhneedham.com/blog/2009/02/25/c-wrapping-datetime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markhneedham.com/blog/2009/02/25/c-wrapping-datetime/</link>
	<description>Thoughts on Software Development</description>
	<lastBuildDate>Sat, 31 Jul 2010 12:46:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: OO: Micro Types at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/02/25/c-wrapping-datetime/comment-page-1/#comment-12076</link>
		<dc:creator>OO: Micro Types at Mark Needham</dc:creator>
		<pubDate>Tue, 10 Mar 2009 12:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=975#comment-12076</guid>
		<description>[...] I mentioned on a previous post about wrapping dates, I was first introduced to the idea by Darren Hobbs as a way of making APIs easier for others to [...]</description>
		<content:encoded><![CDATA[<p>[...] I mentioned on a previous post about wrapping dates, I was first introduced to the idea by Darren Hobbs as a way of making APIs easier for others to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coding: Using &#8216;ToString&#8217; at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/02/25/c-wrapping-datetime/comment-page-1/#comment-11073</link>
		<dc:creator>Coding: Using &#8216;ToString&#8217; at Mark Needham</dc:creator>
		<pubDate>Thu, 26 Feb 2009 13:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=975#comment-11073</guid>
		<description>[...] An interesting conversation I&#039;ve had recently with some of my colleagues is around the use of the ToString method available on all objects created in Java or C#. It was also pointed out in the comments on my recent post about wrapping DateTimes in our code. [...]</description>
		<content:encoded><![CDATA[<p>[...] An interesting conversation I've had recently with some of my colleagues is around the use of the ToString method available on all objects created in Java or C#. It was also pointed out in the comments on my recent post about wrapping DateTimes in our code. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Gray</title>
		<link>http://www.markhneedham.com/blog/2009/02/25/c-wrapping-datetime/comment-page-1/#comment-10960</link>
		<dc:creator>Jeremy Gray</dc:creator>
		<pubDate>Wed, 25 Feb 2009 21:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=975#comment-10960</guid>
		<description>@Mark re: ToString - My client project leaned that way too, until it became clear that there was more benefit to be had from using custom formatting methods for things like logging output and leaving our ToString implementations to be the human-readable, UI-friendly versions because it greatly simplifies data binding in a good many cases.

To each their own, of course. :)</description>
		<content:encoded><![CDATA[<p>@Mark re: ToString &#8211; My client project leaned that way too, until it became clear that there was more benefit to be had from using custom formatting methods for things like logging output and leaving our ToString implementations to be the human-readable, UI-friendly versions because it greatly simplifies data binding in a good many cases.</p>
<p>To each their own, of course. <img src='http://www.markhneedham.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/02/25/c-wrapping-datetime/comment-page-1/#comment-10948</link>
		<dc:creator>Mark Needham</dc:creator>
		<pubDate>Wed, 25 Feb 2009 19:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=975#comment-10948</guid>
		<description>Cool idea regarding constructor overload.

We&#039;ve actually been discussing what ToString is for and the consensus seems to be that it is more used as a debugging tool these days rather than as a way of creating a display representation of an object. 

Also I guess we can be a bit more expressive about what format we are converting to by writing our own &#039;To...&#039; methods.</description>
		<content:encoded><![CDATA[<p>Cool idea regarding constructor overload.</p>
<p>We've actually been discussing what ToString is for and the consensus seems to be that it is more used as a debugging tool these days rather than as a way of creating a display representation of an object. </p>
<p>Also I guess we can be a bit more expressive about what format we are converting to by writing our own 'To&#8230;' methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Clowers</title>
		<link>http://www.markhneedham.com/blog/2009/02/25/c-wrapping-datetime/comment-page-1/#comment-10930</link>
		<dc:creator>Robin Clowers</dc:creator>
		<pubDate>Wed, 25 Feb 2009 17:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=975#comment-10930</guid>
		<description>That certainly is handy, did you consider adding a constructor overload to parse the string value?  Also, I think overriding ToString rather than using ToDisplayFormat might save you a method call here and there.</description>
		<content:encoded><![CDATA[<p>That certainly is handy, did you consider adding a constructor overload to parse the string value?  Also, I think overriding ToString rather than using ToDisplayFormat might save you a method call here and there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
