<?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: F#: Refactoring that little twitter application into objects</title>
	<atom:link href="http://www.markhneedham.com/blog/2009/04/18/f-refactoring-that-little-twitter-application-into-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markhneedham.com/blog/2009/04/18/f-refactoring-that-little-twitter-application-into-objects/</link>
	<description>Thoughts on Software Development</description>
	<lastBuildDate>Sat, 11 Feb 2012 23:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Real World Functional Programming: Book Review at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/18/f-refactoring-that-little-twitter-application-into-objects/comment-page-1/#comment-18133</link>
		<dc:creator>Real World Functional Programming: Book Review at Mark Needham</dc:creator>
		<pubDate>Wed, 03 Jun 2009 22:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1139#comment-18133</guid>
		<description>[...] moment and manages the complexity more easily. It is quite easy to switch between the two styles using features like member augmentation so I think it&#039;s probably possible to mix the two styles quite [...]</description>
		<content:encoded><![CDATA[<p>[...] moment and manages the complexity more easily. It is quite easy to switch between the two styles using features like member augmentation so I think it&#8217;s probably possible to mix the two styles quite [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F#: Testing asynchronous calls to MailBoxProcessor at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/18/f-refactoring-that-little-twitter-application-into-objects/comment-page-1/#comment-17880</link>
		<dc:creator>F#: Testing asynchronous calls to MailBoxProcessor at Mark Needham</dc:creator>
		<pubDate>Sat, 30 May 2009 10:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1139#comment-17880</guid>
		<description>[...] with my attempts to test some of the code in my twitter application I&#039;ve been trying to work out how to test the Erlang style messaging which I set up to process [...]</description>
		<content:encoded><![CDATA[<p>[...] with my attempts to test some of the code in my twitter application I&#8217;ve been trying to work out how to test the Erlang style messaging which I set up to process [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F#: Regular expressions/active patterns at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/18/f-refactoring-that-little-twitter-application-into-objects/comment-page-1/#comment-16549</link>
		<dc:creator>F#: Regular expressions/active patterns at Mark Needham</dc:creator>
		<pubDate>Sat, 09 May 2009 23:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1139#comment-16549</guid>
		<description>[...] wanted to create an active pattern that would be able to tell me if a Twitter status has a url in it and to return me that url. If there are no urls then it should tell me that [...]</description>
		<content:encoded><![CDATA[<p>[...] wanted to create an active pattern that would be able to tell me if a Twitter status has a url in it and to return me that url. If there are no urls then it should tell me that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F#: Erlang style messaging passing at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/18/f-refactoring-that-little-twitter-application-into-objects/comment-page-1/#comment-15800</link>
		<dc:creator>F#: Erlang style messaging passing at Mark Needham</dc:creator>
		<pubDate>Fri, 01 May 2009 15:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1139#comment-15800</guid>
		<description>[...] API only allows me to retrieve 20 statuses at a time and if I&#039;m getting a large number of them my original design means that we are just waiting for the statuses to be accumulated before we can do anything else [...]</description>
		<content:encoded><![CDATA[<p>[...] API only allows me to retrieve 20 statuses at a time and if I&#8217;m getting a large number of them my original design means that we are just waiting for the statuses to be accumulated before we can do anything else [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F#: Overloading functions/pattern matching at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/18/f-refactoring-that-little-twitter-application-into-objects/comment-page-1/#comment-15549</link>
		<dc:creator>F#: Overloading functions/pattern matching at Mark Needham</dc:creator>
		<pubDate>Tue, 28 Apr 2009 13:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1139#comment-15549</guid>
		<description>[...] trying to refactor my twitter application into a state where I could use Erlang style message passing to process some requests asynchronously [...]</description>
		<content:encoded><![CDATA[<p>[...] trying to refactor my twitter application into a state where I could use Erlang style message passing to process some requests asynchronously [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F#: Not equal/Not operator at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/18/f-refactoring-that-little-twitter-application-into-objects/comment-page-1/#comment-15310</link>
		<dc:creator>F#: Not equal/Not operator at Mark Needham</dc:creator>
		<pubDate>Sat, 25 Apr 2009 12:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1139#comment-15310</guid>
		<description>[...] continuing playing with my F# twitter application I was trying to work out how to exclude the tweets that I posted from the list that gets [...]</description>
		<content:encoded><![CDATA[<p>[...] continuing playing with my F# twitter application I was trying to work out how to exclude the tweets that I posted from the list that gets [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 9eFish</title>
		<link>http://www.markhneedham.com/blog/2009/04/18/f-refactoring-that-little-twitter-application-into-objects/comment-page-1/#comment-14895</link>
		<dc:creator>9eFish</dc:creator>
		<pubDate>Mon, 20 Apr 2009 02:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1139#comment-14895</guid>
		<description>&lt;strong&gt;F#: Refactoring that little twitter application into objects at Mark Needham...&lt;/strong&gt;

9efish.感谢你的文章 - Trackback from 9eFish...</description>
		<content:encoded><![CDATA[<p><strong>F#: Refactoring that little twitter application into objects at Mark Needham&#8230;</strong></p>
<p>9efish.感谢你的文章 &#8211; Trackback from 9eFish&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetShoutout</title>
		<link>http://www.markhneedham.com/blog/2009/04/18/f-refactoring-that-little-twitter-application-into-objects/comment-page-1/#comment-14804</link>
		<dc:creator>DotNetShoutout</dc:creator>
		<pubDate>Sat, 18 Apr 2009 19:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1139#comment-14804</guid>
		<description>&lt;strong&gt;F#: Refactoring that little twitter application into objects - Mark Needham...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...</description>
		<content:encoded><![CDATA[<p><strong>F#: Refactoring that little twitter application into objects &#8211; Mark Needham&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I don&#8217;t have time not to test! at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/04/18/f-refactoring-that-little-twitter-application-into-objects/comment-page-1/#comment-14739</link>
		<dc:creator>I don&#8217;t have time not to test! at Mark Needham</dc:creator>
		<pubDate>Fri, 17 Apr 2009 23:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1139#comment-14739</guid>
		<description>[...] just spent the last 2 hours doing some refactoring on an F# twitter application I&#039;m working on and because I didn&#039;t write any tests it&#039;s been a very painful experience [...]</description>
		<content:encoded><![CDATA[<p>[...] just spent the last 2 hours doing some refactoring on an F# twitter application I&#8217;m working on and because I didn&#8217;t write any tests it&#8217;s been a very painful experience [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

