<?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 for Mark Thomas</title>
	<atom:link href="http://markthomas.info/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://markthomas.info/blog</link>
	<description>Deceptively random thoughts</description>
	<lastBuildDate>Mon, 11 Feb 2013 10:54:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Scala: Type safe duck typing by Lars Støttrup</title>
		<link>http://markthomas.info/blog/?p=66&#038;cpage=1#comment-75953</link>
		<dc:creator>Lars Støttrup</dc:creator>
		<pubDate>Mon, 11 Feb 2013 10:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://markthomas.info/blog/?p=66#comment-75953</guid>
		<description>Excellent example. Easy to read and understand.</description>
		<content:encoded><![CDATA[<p>Excellent example. Easy to read and understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala: Type safe duck typing by Alex</title>
		<link>http://markthomas.info/blog/?p=66&#038;cpage=1#comment-72385</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 27 Dec 2012 16:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://markthomas.info/blog/?p=66#comment-72385</guid>
		<description>Thanks, pretty clear explanation!</description>
		<content:encoded><![CDATA[<p>Thanks, pretty clear explanation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala: Traits and Self Types by Richard Walker</title>
		<link>http://markthomas.info/blog/?p=92&#038;cpage=1#comment-72245</link>
		<dc:creator>Richard Walker</dc:creator>
		<pubDate>Tue, 25 Dec 2012 07:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://markthomas.info/blog/?p=92#comment-72245</guid>
		<description>Yep. This is the best, most comprehensible (and simple) explanation of &quot;self&quot; I&#039;ve read so far. Thanks!</description>
		<content:encoded><![CDATA[<p>Yep. This is the best, most comprehensible (and simple) explanation of &#8220;self&#8221; I&#8217;ve read so far. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala: Type safe duck typing by Scala: The Million Trait March&#8230; &#171; Statically Typed</title>
		<link>http://markthomas.info/blog/?p=66&#038;cpage=1#comment-22397</link>
		<dc:creator>Scala: The Million Trait March&#8230; &#171; Statically Typed</dc:creator>
		<pubDate>Sun, 25 Sep 2011 17:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://markthomas.info/blog/?p=66#comment-22397</guid>
		<description>[...] Java and I&#8217;ve discovered it doesn&#8217;t have to.  Functions being first class citizens and structural typing (think duck typing on steroids) remove not only a ton of boilerplate but also the need to rely on [...]</description>
		<content:encoded><![CDATA[<p>[...] Java and I&#8217;ve discovered it doesn&#8217;t have to.  Functions being first class citizens and structural typing (think duck typing on steroids) remove not only a ton of boilerplate but also the need to rely on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala: Traits and Self Types by Kai Wähner</title>
		<link>http://markthomas.info/blog/?p=92&#038;cpage=1#comment-21199</link>
		<dc:creator>Kai Wähner</dc:creator>
		<pubDate>Wed, 31 Aug 2011 14:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://markthomas.info/blog/?p=92#comment-21199</guid>
		<description>Hey Mark,

this is a great blog post - even in 2011!

Many book authors write several pages about complex stuff such as Scala traits and self types confusing the reader. After this blog post, I can return to these books, now I will understand their detailed explanations...

Best regards,
Kai Wähner (Twitter: @KaiWaehner)</description>
		<content:encoded><![CDATA[<p>Hey Mark,</p>
<p>this is a great blog post &#8211; even in 2011!</p>
<p>Many book authors write several pages about complex stuff such as Scala traits and self types confusing the reader. After this blog post, I can return to these books, now I will understand their detailed explanations&#8230;</p>
<p>Best regards,<br />
Kai Wähner (Twitter: @KaiWaehner)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sonar: Understanding your codebase by Sonar &#187; Sonar in the news</title>
		<link>http://markthomas.info/blog/?p=160&#038;cpage=1#comment-4635</link>
		<dc:creator>Sonar &#187; Sonar in the news</dc:creator>
		<pubDate>Tue, 01 Jun 2010 11:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://markthomas.info/blog/?p=160#comment-4635</guid>
		<description>[...] Sonar: Understanding your codebase By Mark Thomas, 29 March 2010 Large code bases can be difficult to understand, particularly for a new joiner to a team. Reading code is a great way to get the detail, but getting a high-level view can sometimes be hard. There are a range of open source tools that can provide Information about code coverage, design attributes and complexity, but it is often hard&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Sonar: Understanding your codebase By Mark Thomas, 29 March 2010 Large code bases can be difficult to understand, particularly for a new joiner to a team. Reading code is a great way to get the detail, but getting a high-level view can sometimes be hard. There are a range of open source tools that can provide Information about code coverage, design attributes and complexity, but it is often hard&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Functional Programming Fundamentals by Stuart Shelton</title>
		<link>http://markthomas.info/blog/?p=153&#038;cpage=1#comment-4384</link>
		<dc:creator>Stuart Shelton</dc:creator>
		<pubDate>Thu, 13 May 2010 16:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://markthomas.info/blog/?p=153#comment-4384</guid>
		<description>Whoa - with a T-shirt like that, the guy could only be a functional-programming enthusiast ;)

I&#039;m going to persevere with it though - I really enjoyed the Functional Programming course we took, and I&#039;d be keen to take it up in a practical context too.</description>
		<content:encoded><![CDATA[<p>Whoa &#8211; with a T-shirt like that, the guy could only be a functional-programming enthusiast <img src='http://markthomas.info/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;m going to persevere with it though &#8211; I really enjoyed the Functional Programming course we took, and I&#8217;d be keen to take it up in a practical context too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sonar: Understanding your codebase by Rosemarie Brostoff</title>
		<link>http://markthomas.info/blog/?p=160&#038;cpage=1#comment-3880</link>
		<dc:creator>Rosemarie Brostoff</dc:creator>
		<pubDate>Wed, 31 Mar 2010 16:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://markthomas.info/blog/?p=160#comment-3880</guid>
		<description>I love your take on this, could not agree more.</description>
		<content:encoded><![CDATA[<p>I love your take on this, could not agree more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sonar: Understanding your codebase by Ben</title>
		<link>http://markthomas.info/blog/?p=160&#038;cpage=1#comment-3874</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 31 Mar 2010 06:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://markthomas.info/blog/?p=160#comment-3874</guid>
		<description>Nice clear post Mark. This could be really useful.</description>
		<content:encoded><![CDATA[<p>Nice clear post Mark. This could be really useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala: Traits and Self Types by sandrar</title>
		<link>http://markthomas.info/blog/?p=92&#038;cpage=1#comment-1680</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 15:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://markthomas.info/blog/?p=92#comment-1680</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://markthomas.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
