<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for The Cockney Coder</title>
	<atom:link href="http://cockneycoder.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cockneycoder.wordpress.com</link>
	<description>Spreading the Gospel of Isaac</description>
	<lastBuildDate>Wed, 01 May 2013 11:06:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Using wrappers to aid unit testing by MarkG</title>
		<link>http://cockneycoder.wordpress.com/2013/04/30/using-wrappers-to-aid-unit-testing/#comment-510</link>
		<dc:creator><![CDATA[MarkG]]></dc:creator>
		<pubDate>Wed, 01 May 2013 11:06:29 +0000</pubDate>
		<guid isPermaLink="false">https://cockneycoder.wordpress.com/?p=1226#comment-510</guid>
		<description><![CDATA[All those Moq It.Is() usages have bugged me somewhat, but still easier to understood (IMHO) than Rhino.

It&#039;s a nice idea - looks like someone has been spending a fair bit of time playing with Simple.Data :-)

The statically-typed part of me (the majority, to be fair!) immediately is concerned that a rename of the method being mocked won&#039;t be reflected at compile-time. However, because this is a unit test, this isn&#039;t really a problem. When the unit test runs, your dynamic wrapper will throw an exception because the method cannot be found.

Would I use it in code? Quite possibly. Support for the lambda Returns() syntax of Moq would be essential.]]></description>
		<content:encoded><![CDATA[<p>All those Moq It.Is() usages have bugged me somewhat, but still easier to understood (IMHO) than Rhino.</p>
<p>It&#8217;s a nice idea &#8211; looks like someone has been spending a fair bit of time playing with Simple.Data <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The statically-typed part of me (the majority, to be fair!) immediately is concerned that a rename of the method being mocked won&#8217;t be reflected at compile-time. However, because this is a unit test, this isn&#8217;t really a problem. When the unit test runs, your dynamic wrapper will throw an exception because the method cannot be found.</p>
<p>Would I use it in code? Quite possibly. Support for the lambda Returns() syntax of Moq would be essential.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do you unit test? by Isaac Abraham</title>
		<link>http://cockneycoder.wordpress.com/2013/03/03/how-do-you-unit-test/#comment-436</link>
		<dc:creator><![CDATA[Isaac Abraham]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 22:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://cockneycoder.wordpress.com/?p=1136#comment-436</guid>
		<description><![CDATA[Absolutely. You can click &quot;View Results&quot; under any of the polls to see the current results anyway, but yes, I plan to blog about it in a few weeks (or once I have a reasonable set of data, whichever is first!).]]></description>
		<content:encoded><![CDATA[<p>Absolutely. You can click &#8220;View Results&#8221; under any of the polls to see the current results anyway, but yes, I plan to blog about it in a few weeks (or once I have a reasonable set of data, whichever is first!).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do you unit test? by Erik Dietrich (@daedtech)</title>
		<link>http://cockneycoder.wordpress.com/2013/03/03/how-do-you-unit-test/#comment-435</link>
		<dc:creator><![CDATA[Erik Dietrich (@daedtech)]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 22:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://cockneycoder.wordpress.com/?p=1136#comment-435</guid>
		<description><![CDATA[Are you planning to publish the results when you&#039;re finished?  I&#039;m curious to see how it breaks down and the conclusions you draw.]]></description>
		<content:encoded><![CDATA[<p>Are you planning to publish the results when you&#8217;re finished?  I&#8217;m curious to see how it breaks down and the conclusions you draw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do you unit test? by Isaac Abraham</title>
		<link>http://cockneycoder.wordpress.com/2013/03/03/how-do-you-unit-test/#comment-433</link>
		<dc:creator><![CDATA[Isaac Abraham]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 11:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://cockneycoder.wordpress.com/?p=1136#comment-433</guid>
		<description><![CDATA[Been there, done that re: commercial reality :-) And yes, I agree - it&#039;s very difficult to justify the up-front cost of unit testing - particularly when the benefit can be intangible.]]></description>
		<content:encoded><![CDATA[<p>Been there, done that re: commercial reality <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  And yes, I agree &#8211; it&#8217;s very difficult to justify the up-front cost of unit testing &#8211; particularly when the benefit can be intangible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do you unit test? by Isaac Abraham</title>
		<link>http://cockneycoder.wordpress.com/2013/03/03/how-do-you-unit-test/#comment-432</link>
		<dc:creator><![CDATA[Isaac Abraham]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 09:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://cockneycoder.wordpress.com/?p=1136#comment-432</guid>
		<description><![CDATA[Mmmm. There&#039;s only one question of the three that discusses &quot;how&quot; you write tests, and that gives you the option of the failing test first. Although as I write this that&#039;s not the most popular option for that question anyway...]]></description>
		<content:encoded><![CDATA[<p>Mmmm. There&#8217;s only one question of the three that discusses &#8220;how&#8221; you write tests, and that gives you the option of the failing test first. Although as I write this that&#8217;s not the most popular option for that question anyway&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do you unit test? by Richard Tappenden</title>
		<link>http://cockneycoder.wordpress.com/2013/03/03/how-do-you-unit-test/#comment-431</link>
		<dc:creator><![CDATA[Richard Tappenden]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 09:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://cockneycoder.wordpress.com/?p=1136#comment-431</guid>
		<description><![CDATA[Not happy with the answers I had to give here.  Given the opportunity, I would always go for the failing test first approach.]]></description>
		<content:encoded><![CDATA[<p>Not happy with the answers I had to give here.  Given the opportunity, I would always go for the failing test first approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do you unit test? by PokeADonkey</title>
		<link>http://cockneycoder.wordpress.com/2013/03/03/how-do-you-unit-test/#comment-430</link>
		<dc:creator><![CDATA[PokeADonkey]]></dc:creator>
		<pubDate>Sun, 03 Mar 2013 13:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://cockneycoder.wordpress.com/?p=1136#comment-430</guid>
		<description><![CDATA[Unit test theory and in practice differs in my experience as does night and day. Tests are usually written as a quaility gate to a public method, e.g., on the business layer, to ensure it does what you want it to in general functional (requirements spec) terms not whether it is 100% fool proof and as a means of triggering alerts in the build process when developers screw something of yours up.

Time pressures in a commercial / small team environment always cause unit tests to fall into the &quot;nice to have&quot; category in the management view of priorities.

Unit tests when they are created serve little more than automated functional (I.e. Integration) tests, which is always the first and highest level of testing permitted.

This all of course is contrary to the ideals of unit testing and TDD which I aspire to; however I speak from an experienced commerial environment where &quot;time is money&quot; and always has to be justified.

Great blogs btw, keep it up :-)]]></description>
		<content:encoded><![CDATA[<p>Unit test theory and in practice differs in my experience as does night and day. Tests are usually written as a quaility gate to a public method, e.g., on the business layer, to ensure it does what you want it to in general functional (requirements spec) terms not whether it is 100% fool proof and as a means of triggering alerts in the build process when developers screw something of yours up.</p>
<p>Time pressures in a commercial / small team environment always cause unit tests to fall into the &#8220;nice to have&#8221; category in the management view of priorities.</p>
<p>Unit tests when they are created serve little more than automated functional (I.e. Integration) tests, which is always the first and highest level of testing permitted.</p>
<p>This all of course is contrary to the ideals of unit testing and TDD which I aspire to; however I speak from an experienced commerial environment where &#8220;time is money&#8221; and always has to be justified.</p>
<p>Great blogs btw, keep it up <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TypeScript exposes some irrational Microsoft hatred by Mil</title>
		<link>http://cockneycoder.wordpress.com/2012/10/02/typescript-exposes-some-irrational-microsoft-hatred/#comment-381</link>
		<dc:creator><![CDATA[Mil]]></dc:creator>
		<pubDate>Tue, 22 Jan 2013 08:53:45 +0000</pubDate>
		<guid isPermaLink="false">https://cockneycoder.wordpress.com/?p=955#comment-381</guid>
		<description><![CDATA[Totally agree with you. Even as Crockford stated that he thinks TypeScript is a good choice to avoid some of JavaScripts problems there was a lot of BS comments about that. It&#039;s quite sad actually.]]></description>
		<content:encoded><![CDATA[<p>Totally agree with you. Even as Crockford stated that he thinks TypeScript is a good choice to avoid some of JavaScripts problems there was a lot of BS comments about that. It&#8217;s quite sad actually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeRush for beginners! by Isaac Abraham</title>
		<link>http://cockneycoder.wordpress.com/2012/07/20/coderush-for-beginners/#comment-361</link>
		<dc:creator><![CDATA[Isaac Abraham]]></dc:creator>
		<pubDate>Wed, 02 Jan 2013 15:08:57 +0000</pubDate>
		<guid isPermaLink="false">https://cockneycoder.wordpress.com/?p=925#comment-361</guid>
		<description><![CDATA[Hi Steve,

Thanks for the post. Yes, I found the same thing myself a few weeks ago - it&#039;s not really that well documented though. Good idea re: dropbox - will do the same for myself with SkyDrive.

Cheers!

Isaac]]></description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Thanks for the post. Yes, I found the same thing myself a few weeks ago &#8211; it&#8217;s not really that well documented though. Good idea re: dropbox &#8211; will do the same for myself with SkyDrive.</p>
<p>Cheers!</p>
<p>Isaac</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeRush for beginners! by Stephen J.Brouillard (@NewCodeGeek)</title>
		<link>http://cockneycoder.wordpress.com/2012/07/20/coderush-for-beginners/#comment-360</link>
		<dc:creator><![CDATA[Stephen J.Brouillard (@NewCodeGeek)]]></dc:creator>
		<pubDate>Wed, 02 Jan 2013 15:07:23 +0000</pubDate>
		<guid isPermaLink="false">https://cockneycoder.wordpress.com/?p=925#comment-360</guid>
		<description><![CDATA[Isaac,

I just discovered your blog quite by accident as I was searching for a bit of CodeRush info. I&#039;m also a fan and have been using CR for some time, though I feel that there&#039;s still a great deal to learn about the product.

I realize that this is an old post, but thought I&#039;d comment in case anyone else stumbles across it and can use the info.

Regarding your comment about being able to import/export the CR profile. While I agree that it would be nice to offer the option as a part of the menu, it really isn&#039;t required. All the CR settings are stored as xml files. Wherever you store your CodeRush settings (I believe the default is in %UserProfile%\AppData\Roaming\CodeRush), there will be a settings.xml folder. All CodeRush settings are stored in xml files in the folder structure under here. If you want to export all settings, just make a copy of this structure. In fact, since I use multiple PCs to develop on, I changed the location of the settings data to a DropBox folder, so now all my CodeRush Settings are synced between PCs as I change them automatically. You can do the same by going into the CodeRush Settings Window and navigating to Core\Settings and changing the folder there.

I hope someone finds this helpful.

Cheers,

Steve (@NewCodeGeek)]]></description>
		<content:encoded><![CDATA[<p>Isaac,</p>
<p>I just discovered your blog quite by accident as I was searching for a bit of CodeRush info. I&#8217;m also a fan and have been using CR for some time, though I feel that there&#8217;s still a great deal to learn about the product.</p>
<p>I realize that this is an old post, but thought I&#8217;d comment in case anyone else stumbles across it and can use the info.</p>
<p>Regarding your comment about being able to import/export the CR profile. While I agree that it would be nice to offer the option as a part of the menu, it really isn&#8217;t required. All the CR settings are stored as xml files. Wherever you store your CodeRush settings (I believe the default is in %UserProfile%\AppData\Roaming\CodeRush), there will be a settings.xml folder. All CodeRush settings are stored in xml files in the folder structure under here. If you want to export all settings, just make a copy of this structure. In fact, since I use multiple PCs to develop on, I changed the location of the settings data to a DropBox folder, so now all my CodeRush Settings are synced between PCs as I change them automatically. You can do the same by going into the CodeRush Settings Window and navigating to Core\Settings and changing the folder there.</p>
<p>I hope someone finds this helpful.</p>
<p>Cheers,</p>
<p>Steve (@NewCodeGeek)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
