<?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 on: Duct tape devs</title>
	<atom:link href="http://smurfonspreadsheets.wordpress.com/2012/10/10/duct-tape-devs/feed/" rel="self" type="application/rss+xml" />
	<link>http://smurfonspreadsheets.wordpress.com/2012/10/10/duct-tape-devs/</link>
	<description>Simon Murphy on professional spreadsheet development stuff</description>
	<lastBuildDate>Thu, 18 Apr 2013 08:42:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: ross</title>
		<link>http://smurfonspreadsheets.wordpress.com/2012/10/10/duct-tape-devs/#comment-18941</link>
		<dc:creator><![CDATA[ross]]></dc:creator>
		<pubDate>Sat, 20 Oct 2012 19:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=3112#comment-18941</guid>
		<description><![CDATA[composition is the new inheritance 

Thats all ;-(]]></description>
		<content:encoded><![CDATA[<p>composition is the new inheritance </p>
<p>Thats all ;-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MKP</title>
		<link>http://smurfonspreadsheets.wordpress.com/2012/10/10/duct-tape-devs/#comment-18931</link>
		<dc:creator><![CDATA[MKP]]></dc:creator>
		<pubDate>Fri, 12 Oct 2012 11:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=3112#comment-18931</guid>
		<description><![CDATA[I&#039;m definately a duct taper then! And I think I must have worked with your interviewer (or a clone) in the past...so many levels of inheritance/abstraction that he actually produced nothing!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m definately a duct taper then! And I think I must have worked with your interviewer (or a clone) in the past&#8230;so many levels of inheritance/abstraction that he actually produced nothing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hibbert</title>
		<link>http://smurfonspreadsheets.wordpress.com/2012/10/10/duct-tape-devs/#comment-18930</link>
		<dc:creator><![CDATA[Hibbert]]></dc:creator>
		<pubDate>Fri, 12 Oct 2012 10:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=3112#comment-18930</guid>
		<description><![CDATA[Let&#039;s get things done.  It&#039;s horses for courses.  Knowing which technology to use is an important judgement call that one must make subjectively. Does this piece of work need a .NET component making it run 30% faster or does it need to be working and shipped pretty soon.  All &quot;good&quot; programmers will do unit tests.  They should be testing their code as they go along.  I did squirm a little when I read that there is no need for unit testing, in the Duct tape article.  As an Excel-VBA-Database developer myself, I use the a some of the enormous time saved from creating complexity to test my work, and then test some more with the users.  You can still build quality, robust applications in a duct tape kind of way.]]></description>
		<content:encoded><![CDATA[<p>Let&#8217;s get things done.  It&#8217;s horses for courses.  Knowing which technology to use is an important judgement call that one must make subjectively. Does this piece of work need a .NET component making it run 30% faster or does it need to be working and shipped pretty soon.  All &#8220;good&#8221; programmers will do unit tests.  They should be testing their code as they go along.  I did squirm a little when I read that there is no need for unit testing, in the Duct tape article.  As an Excel-VBA-Database developer myself, I use the a some of the enormous time saved from creating complexity to test my work, and then test some more with the users.  You can still build quality, robust applications in a duct tape kind of way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://smurfonspreadsheets.wordpress.com/2012/10/10/duct-tape-devs/#comment-18928</link>
		<dc:creator><![CDATA[Simon]]></dc:creator>
		<pubDate>Wed, 10 Oct 2012 16:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=3112#comment-18928</guid>
		<description><![CDATA[Mike, I&#039;d say he was not past the &#039;everything looks like the GOF pattern I read about last night cos I don&#039;t have anything better to do&#039;. Classic .net dev -  no idea there is a world outside C# and OO. You&#039;re right, it wouldn&#039;t have worked for me there, lucky too as I have heard other stuff since. so a close shave all in all.]]></description>
		<content:encoded><![CDATA[<p>Mike, I&#8217;d say he was not past the &#8216;everything looks like the GOF pattern I read about last night cos I don&#8217;t have anything better to do&#8217;. Classic .net dev &#8211;  no idea there is a world outside C# and OO. You&#8217;re right, it wouldn&#8217;t have worked for me there, lucky too as I have heard other stuff since. so a close shave all in all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Serdakowski</title>
		<link>http://smurfonspreadsheets.wordpress.com/2012/10/10/duct-tape-devs/#comment-18927</link>
		<dc:creator><![CDATA[Joe Serdakowski]]></dc:creator>
		<pubDate>Wed, 10 Oct 2012 11:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=3112#comment-18927</guid>
		<description><![CDATA[I try to keep things as simple and uniform as possible.  I am using Excel-VBA for the front end and SQL Server, MySQL or Access for the back end, but do nothing in the database except store data and index.  To be perfectly honest, I know very little about using any of these databases except how to set up tables and indexes.  I started life with VisiCalc, then moved on to Excel for the Mac, then Visual FoxPro, now Excel-VBA-Database.  I seem to get from point A to point B faster than sparklier programmers with less bugs, but I lose business because I am not using the politically correct programming solutions.]]></description>
		<content:encoded><![CDATA[<p>I try to keep things as simple and uniform as possible.  I am using Excel-VBA for the front end and SQL Server, MySQL or Access for the back end, but do nothing in the database except store data and index.  To be perfectly honest, I know very little about using any of these databases except how to set up tables and indexes.  I started life with VisiCalc, then moved on to Excel for the Mac, then Visual FoxPro, now Excel-VBA-Database.  I seem to get from point A to point B faster than sparklier programmers with less bugs, but I lose business because I am not using the politically correct programming solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikewoodhouse</title>
		<link>http://smurfonspreadsheets.wordpress.com/2012/10/10/duct-tape-devs/#comment-18923</link>
		<dc:creator><![CDATA[mikewoodhouse]]></dc:creator>
		<pubDate>Wed, 10 Oct 2012 08:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=3112#comment-18923</guid>
		<description><![CDATA[Nothing wrong with inheritance - I use it every time there&#039;s no other way to get the job done. Interface inheritance is better than the other sort (&quot;implementation&quot;? I always forget). I&#039;m using a genuine base class right now - keep looking for ways that it might work better/be simpler without it but not found one yet. It rather seems that your interviewer hasn&#039;t got past the everything-looks-like-a-nail stage yet. Many never do. You probably wouldn&#039;t have been happy there.]]></description>
		<content:encoded><![CDATA[<p>Nothing wrong with inheritance &#8211; I use it every time there&#8217;s no other way to get the job done. Interface inheritance is better than the other sort (&#8220;implementation&#8221;? I always forget). I&#8217;m using a genuine base class right now &#8211; keep looking for ways that it might work better/be simpler without it but not found one yet. It rather seems that your interviewer hasn&#8217;t got past the everything-looks-like-a-nail stage yet. Many never do. You probably wouldn&#8217;t have been happy there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://smurfonspreadsheets.wordpress.com/2012/10/10/duct-tape-devs/#comment-18922</link>
		<dc:creator><![CDATA[Simon]]></dc:creator>
		<pubDate>Wed, 10 Oct 2012 08:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=3112#comment-18922</guid>
		<description><![CDATA[??
VBA doesnt do inheritance usefully, .net does, but that doesnt mean you have to always use it to the max. interview or not. I&#039;ll leave OO and Excel for another post.

Jon, its not so much the tools that define the sparkle, more your way of using them: to either solve biz problems, or just to play with new stuff.]]></description>
		<content:encoded><![CDATA[<p>??<br />
VBA doesnt do inheritance usefully, .net does, but that doesnt mean you have to always use it to the max. interview or not. I&#8217;ll leave OO and Excel for another post.</p>
<p>Jon, its not so much the tools that define the sparkle, more your way of using them: to either solve biz problems, or just to play with new stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Allen</title>
		<link>http://smurfonspreadsheets.wordpress.com/2012/10/10/duct-tape-devs/#comment-18921</link>
		<dc:creator><![CDATA[Stephen Allen]]></dc:creator>
		<pubDate>Wed, 10 Oct 2012 06:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=3112#comment-18921</guid>
		<description><![CDATA[Simon, you say

&quot;Then he asked me about design patterns, so I answered (honestly) that I tend to write fairly simple code, try to avoid inheritance and complex class hierarchies. More shock.&quot;

but only a few weeks ago you were deprecating Excel &quot;Class Modules&quot; to me because they did NOT exhibit inheritance functionality.

I suspect that one&#039;s opinions about these sorts of issues depend your perspective, when there is (or you believe there is) a specific hierarchy to the discussion (e.g. interviewer/interviewee).]]></description>
		<content:encoded><![CDATA[<p>Simon, you say</p>
<p>&#8220;Then he asked me about design patterns, so I answered (honestly) that I tend to write fairly simple code, try to avoid inheritance and complex class hierarchies. More shock.&#8221;</p>
<p>but only a few weeks ago you were deprecating Excel &#8220;Class Modules&#8221; to me because they did NOT exhibit inheritance functionality.</p>
<p>I suspect that one&#8217;s opinions about these sorts of issues depend your perspective, when there is (or you believe there is) a specific hierarchy to the discussion (e.g. interviewer/interviewee).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://smurfonspreadsheets.wordpress.com/2012/10/10/duct-tape-devs/#comment-18920</link>
		<dc:creator><![CDATA[jon]]></dc:creator>
		<pubDate>Wed, 10 Oct 2012 04:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=3112#comment-18920</guid>
		<description><![CDATA[I think I&#039;ll change my answer on that after reading the article you linked to. I would say I&#039;m in between, I like new stuff, but I also like to get it done.

If we call .NET sparkles compared to VBA, by all means give me .NET, it is so much easier to use and faster to code. But there is a learning curve that will cost you, but after that, you can put out just about anything.]]></description>
		<content:encoded><![CDATA[<p>I think I&#8217;ll change my answer on that after reading the article you linked to. I would say I&#8217;m in between, I like new stuff, but I also like to get it done.</p>
<p>If we call .NET sparkles compared to VBA, by all means give me .NET, it is so much easier to use and faster to code. But there is a learning curve that will cost you, but after that, you can put out just about anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://smurfonspreadsheets.wordpress.com/2012/10/10/duct-tape-devs/#comment-18919</link>
		<dc:creator><![CDATA[jon]]></dc:creator>
		<pubDate>Wed, 10 Oct 2012 02:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=3112#comment-18919</guid>
		<description><![CDATA[I like linq. It makes it really easy to code once you learn it. I haven&#039;t extensively used databases yet. I interact with Excel the most and using linq makes it really easy to manipulate 1D arrays.

So, mark me up as a &quot;sparkler.&quot;]]></description>
		<content:encoded><![CDATA[<p>I like linq. It makes it really easy to code once you learn it. I haven&#8217;t extensively used databases yet. I interact with Excel the most and using linq makes it really easy to manipulate 1D arrays.</p>
<p>So, mark me up as a &#8220;sparkler.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
