<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Psychology of Programming &#187; Management</title>
	<atom:link href="http://p.einarsen.no/category/management/feed/" rel="self" type="application/rss+xml" />
	<link>http://p.einarsen.no</link>
	<description></description>
	<lastBuildDate>Thu, 24 Jun 2010 01:19:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Does code base structure follow organization structure?</title>
		<link>http://p.einarsen.no/does-code-base-structure-follow-organization-structure/</link>
		<comments>http://p.einarsen.no/does-code-base-structure-follow-organization-structure/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 08:19:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[Understanding Code]]></category>
		<category><![CDATA[Writing Code]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[organizations]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[structure]]></category>

		<guid isPermaLink="false">http://p.einarsen.no/does-code-base-structure-follow-organization-structure/</guid>
		<description><![CDATA[After writing about the Software Engineering Myths Microsoft claims to have busted, I&#8217;ve been thinking about their find that organization structure is the most predictive factor for bugs.
And it makes me think, to what degree are organizations&#8217; code bases shaped by their formal or informal organization structure? Are core modules and root objects often the [...]]]></description>
			<content:encoded><![CDATA[<p>After writing about the <a href="http://p.einarsen.no/debunking-software-engineering-myths-does-the-organization-matter-more-than-the-programming/" target="_blank">Software Engineering Myths Microsoft claims to have busted</a>, I&#8217;ve been thinking about their find that organization structure is the most predictive factor for bugs.</p>
<p>And it makes me think, to what degree are organizations&#8217; code bases shaped by their formal or informal organization structure? Are core modules and root objects often the domain of senior developers and objects lower in the hierarchy the domain of juniors? My experience is that it often tends to be, and it seems a reasonable overlap: after all, you want your more trusted developers fiddling where the damage can be greatest.</p>
<p>But how about other attributes of the code base? In the world of Perl, are CPAN authors often hired as external consultants? Are the most communicative programmers the ones that will write network services? Are the modules most used also written by the programmers that are most in contact with others?</p>
<p>And does organization structure also shape general code base structure? Will a more hierarchical organization tend more towards hierarchical object structures, while more chaotic or flat organizations tend towards more chaotic or flat code organization?</p>
<p>A lot of questions, but no answers&#8230; But one thing that comes to mind is, if organization and code structure follows each other, is this a good idea? I think few people designing a data model or object hierarchy starts with the organization structure as a blueprint, but speaking from my own limited experience, you can often at least see a reflection of either in both.  Is this a good or bad thing? What can the consequences be?</p>
]]></content:encoded>
			<wfw:commentRss>http://p.einarsen.no/does-code-base-structure-follow-organization-structure/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Net Negative Production Programmer</title>
		<link>http://p.einarsen.no/the-net-negative-production-programmer/</link>
		<comments>http://p.einarsen.no/the-net-negative-production-programmer/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 18:40:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://p.einarsen.no/?p=286</guid>
		<description><![CDATA[Can a programmer on your team be an overall negative asset for your project? G. Gordon Schulmayer argues that this is the case, with the NNPP, or the Net Negative Production Programmer. His point is that a substantial amount of programmers will introduce so many flaws to your code that the overall cost is higher [...]]]></description>
			<content:encoded><![CDATA[<p>Can a programmer on your team be an overall negative asset for your project? <a href="http://www.pyxisinc.com/pyxis_gordon.html" target="_blank">G. Gordon Schulmayer</a> argues that this is the case, with the NNPP, or the Net Negative Production Programmer. His point is that a substantial amount of programmers will introduce so many flaws to your code that the overall cost is higher than the value of their positive contribution.</p>
<p>I believe he has some beauty marks on his theory, such as that for every ten man programmer team, there is statistically a nil change of there not being a NNPP on the team. This assumes, in addition to assuming normal distribution, that your team is a representative sample of the world distribution of programming skills and productivity. I don&#8217;t think I&#8217;m going too far if I suggest that is rather doubtful for most teams.</p>
<p>Overall, however, the article has some advice and insight. For example, Schulmayer argues that the main cause of any programmer having a negative production is lacking management, and he tries to explain how to remedy this.  Also, there are quite a few good quotes, as this one:</p>
<blockquote><p>John Gardner, in No Easy Victories, said, &#8220;An excellent plumber is infinitely more admirable than an incompetent philosopher.&#8221; He went on to observe that if society scorns excellence in plumbing because it is a humble activity and accepts shoddiness in philosophy because it is exalted, &#8220;neither its pipes nor its theories will hold water.&#8221;</p></blockquote>
<p><a href="http://www.pyxisinc.com/NNPP_Article.pdf" target="_blank">But judge for yourself.</a></p>
<p>Found through <a href="http://coder.cl/en/2009/10/19/beware-with-the-nnpp/" target="_blank">Daniel Molina Wegener&#8217;s Coder.cl.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://p.einarsen.no/the-net-negative-production-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are programmers really that weird?</title>
		<link>http://p.einarsen.no/are-programmers-really-that-weird/</link>
		<comments>http://p.einarsen.no/are-programmers-really-that-weird/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 17:39:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[weirdness]]></category>

		<guid isPermaLink="false">http://p.einarsen.no/?p=281</guid>
		<description><![CDATA[Found through Slashdot: Are Software Developers Naturally Weird? by Eric Spiegel.
Something in the techie DNA results in more weirdness than mere mortals (non-techies). Perhaps this quirkiness is because a certain type of personality is drawn to the techie world. Or maybe we’re somehow transformed over time by our darkened working environments and exposure to computer [...]]]></description>
			<content:encoded><![CDATA[<p>Found through <a href="http://ask.slashdot.org/story/09/10/18/1557210/Are-Software-Developers-Naturally-Weird" target="_blank">Slashdot</a>: <a href="http://itmanagement.earthweb.com/features/article.php/12297_3844291_1/Are-Software-Developers-Naturally-Weird.htm" target="_blank">Are Software Developers Naturally Weird?</a> by <a href="http://itmanagement.earthweb.com/author.php/63113/Eric-Spiegel.htm" target="_blank">Eric Spiegel</a>.</p>
<blockquote><p>Something in the techie DNA results in more weirdness than mere mortals (non-techies). Perhaps this quirkiness is because a certain type of personality is drawn to the techie world. Or maybe we’re somehow transformed over time by our darkened working environments and exposure to computer screen radiation</p></blockquote>
<p>Personally, I&#8217;ve meet a few weirdos, but I think weirdness and skill is generally negatively correlated. Maybe some people just can get away with it easier in the world of programming..</p>
]]></content:encoded>
			<wfw:commentRss>http://p.einarsen.no/are-programmers-really-that-weird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debunking Software Engineering Myths: Does the organization matter more than the programming?</title>
		<link>http://p.einarsen.no/debunking-software-engineering-myths-does-the-organization-matter-more-than-the-programming/</link>
		<comments>http://p.einarsen.no/debunking-software-engineering-myths-does-the-organization-matter-more-than-the-programming/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 13:27:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[Writing Code]]></category>
		<category><![CDATA[Case study]]></category>
		<category><![CDATA[code quality]]></category>
		<category><![CDATA[dynamic typing]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://p.einarsen.no/?p=270</guid>
		<description><![CDATA[I&#8217;ve been wanting to post a link to this article for a while, but ever since I discovered it, research.microsoft.com has been unreachable for me, so I&#8217;ll post a small summary:
Microsoft has done research on some popular conceptions about software engineering and come up with hard numbers on some factors affecting code quality.  Here are [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been wanting to post a link to this article for a while, but ever since I discovered it, <a href="http://research.microsoft.com/" target="_blank">research.microsoft.com</a> has been unreachable for me, so I&#8217;ll post a small summary:</p>
<p>Microsoft has done research on some popular conceptions about software engineering and come up with hard numbers on some factors affecting code quality.  Here are the main findings reported in the artice, with links to the research papers, in case the original is lost forever:</p>
<ul>
<li>More test coverage does <strong>not</strong> equal better code quality, as measured by number of post-release fixes.  Usage patterns and code complexity are the main reason test coverage is a poor predictor of quality.</li>
<li><a href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">Test Driven Development</a> increases quality, creating code that was up to 40% to 90% better in the Microsoft research. The cost is increased development time, 15% to 35% in the same studies. (<a href="http://portal.acm.org/citation.cfm?id=1380664" target="_blank">Realizing quality improvement through test driven development: results and experiences of four industrial teams</a>)</li>
<li>Use of <a href="http://en.wikipedia.org/wiki/Assertion_(computing)" target="_blank">Assertions</a> decrease program faults. However, this is also correlated with programmer experience, meaning more experienced programmers generally write more assertions and have less program faults. (<a href="http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4021986" target="_blank">Assessing the Relationship between Software Assertions and Faults: An Empirical Investigation</a>). And here is <a href="http://lambda-the-ultimate.org/node/1912" target="_blank">more about Assertions</a>.</li>
<li>Organizational metrics, which are not related to the code, can predict software failure-proneness with a precision and recall of 85 percent. Not only that, but organizational structure was by far <em>the best predictor of code quality</em>, and was at least 8% percent better than the best predictor the researchers could get from code-based measurements. (<a href="http://portal.acm.org/citation.cfm?id=1368160" target="_blank">The influence of organizational structure on software quality: an empirical case study</a>)</li>
<li>Organizational closeness is more important than geographical closeness, which has no effect on quality (<a href="http://macbeth.cs.ucdavis.edu/distributed.pdf" target="_blank">Does Distributed Development Affect Software Quality? An Empirical Case Study of Windows Vista</a>)</li>
</ul>
<p>Here&#8217;s Microsoft&#8217;s article: <a href="http://research.microsoft.com/en-us/news/features/nagappan-100609.aspx" target="_blank">Exploding Software-Engineering Myths</a> (or if that doesn&#8217;t work, <a href="http://74.125.77.132/search?q=cache:HRiBUTlXJmQJ:research.microsoft.com/en-us/news/features/nagappan-100609.aspx+http://research.microsoft.com/en-us/news/features/nagappan-100609.aspx&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;client=safari" target="_blank">a Google Cache link).</a></p>
<p>One drawback with this research is that this is primarily based on case studies, which is a generally poor research method for drawing general conclusions. How valid are these observations for other organizations outside Microsoft? Is the organizational structure of your project or company actually more decisive than your programming methodology?</p>
<p>Also, how transferable is this to other programming frameworks. In dynamic typed languages like Perl, is test coverage more important? I often find that a sub-set of my tests do what a compiler could have done in a statically typed language, or even for Perl if I just had a more automatic testing tool. So maybe coverage would be more predictive of bugs if the compiler catches fewer mistakes? That would be a good candidate for further research.</p>
<p>However, this is excellent as a step towards more <a href="http://portal.acm.org/citation.cfm?id=999432" target="_blank">evidence-based software engineering</a>.</p>
<p>Found through <a href="http://johntellsall.blogspot.com/2009/10/empirical-data-behind-software.html" target="_blank">John Tells All</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://p.einarsen.no/debunking-software-engineering-myths-does-the-organization-matter-more-than-the-programming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The psychology of incompetent programmers</title>
		<link>http://p.einarsen.no/the-psychology-of-incompetent-programmers/</link>
		<comments>http://p.einarsen.no/the-psychology-of-incompetent-programmers/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 21:29:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://p.einarsen.no/?p=190</guid>
		<description><![CDATA[This is just a funny talk by Ron Burk, which probably explains what is going on at Microsoft pretty well.

]]></description>
			<content:encoded><![CDATA[<p>This is just a funny talk by <a href="http://www.ronburk.com/" target="_blank">Ron Burk,</a> which probably explains what is going on at Microsoft pretty well.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/L_vcy7I0zIM&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/L_vcy7I0zIM&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://p.einarsen.no/the-psychology-of-incompetent-programmers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing programmers: love vs hate</title>
		<link>http://p.einarsen.no/managing-programmers-love-vs-hate/</link>
		<comments>http://p.einarsen.no/managing-programmers-love-vs-hate/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 21:11:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[conflict]]></category>
		<category><![CDATA[scientific method]]></category>

		<guid isPermaLink="false">http://p.einarsen.no/?p=171</guid>
		<description><![CDATA[I&#8217;m trying to keep the level of &#8220;management&#8221; articles low on this blog, but this is quite funny and I wanted to comment on it.  Last week Jeff Ello&#8217;s article The Unspoken Truth About Managing Geeks did it&#8217;s rounds on the Internet. Not surprisingly, with quotes like this:
[the IT world] is populated by people skilled [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to keep the level of &#8220;management&#8221; articles low on this blog, but this is quite funny and I wanted to comment on it.  Last week Jeff Ello&#8217;s article <a href="http://www.computerworld.com/s/article/9137708/Opinion_The_unspoken_truth_about_managing_geeks">The Unspoken Truth About Managing Geeks</a> did it&#8217;s rounds on the Internet. Not surprisingly, with quotes like this:</p>
<blockquote><p>[the IT world] is populated by people skilled in creative analysis and ordered reasoning. Doctors are a close parallel. The stakes may be higher in medicine, but the work in both fields requires a technical expertise that can&#8217;t be faked and a proficiency that can only be measured by qualified peers.</p></blockquote>
<p>and</p>
<blockquote><p>When hiring an IT pro, imagine you&#8217;re recruiting a doctor. And if you&#8217;re hiring a CIO, think of employing a chief of medicine</p></blockquote>
<p>It&#8217;s not bad at all! Compare me with Dr. House, and I&#8217;ll send your article to my friends too!</p>
<p>Ello&#8217;s has some good points, though, and probably does a good job as a management consultant. Not because if his amazing insights about geeks, but because his observations can easily be distilled down and applied to anyone who has ever been managed, anywhere: <a href="http://www.amazon.com/How-Win-Friends-Influence-People/dp/0671723650" target="_blank"><em>Show people respect and they will like you and do what you want</em>.</a></p>
<p>But, there is a <em>second opinion. </em>Looking for this I came across this article by <a href="http://it.toolbox.com/people/timbryce/" target="_blank">Tim Bryce</a>, who appears to <a href="http://it.toolbox.com/blogs/irm-blog/theory-p-the-philosophy-of-managing-programmers-4993" target="_blank">hate those low-IQ programmers and their techno-babble</a>, but still has choosen to work for 30 years with advicing people on managing them. Let&#8217;s say he takes the other side of the management consultant spectrum from Ello. Now he has some saucy quotes, for example his own &#8220;Bryce&#8217;s law&#8221;:</p>
<blockquote><p><em>&#8220;There are very few true artists in computer programming,<br />
most are just house painters.&#8221; </em></p></blockquote>
<p>or:</p>
<blockquote><p>Whereas the knowledge of the language is vital to performing their job, programmers often use it to bamboozle others and heighten their own self-importance. To outsiders, programmers are viewed as a sort of inner-circle of magicians who speak a rather cryptic language aimed at impressing others, as well as themselves. Such verbosity may actually mask some serious character flaws in their personality.</p></blockquote>
<p>and the rather inflammatory</p>
<blockquote><p>Regardless of the image they wish to project, the average programmer does not have a higher IQ than any other worker with a college degree. In fact, they may even be lower.</p></blockquote>
<p>and it goes on and on like this.</p>
<p>He has the occasional good point, however. Particulary, I find this to hold some truth:</p>
<blockquote><p>I deliberately avoided the term &#8220;Software Engineer&#8221; because this would imply the use of a scientific method to programming. Regardless of how one feels about the profession, this is hardly the case.</p></blockquote>
<p>Programming is often dominated by untested dogmatics, lack of empirical study, arguments-from-authority, opinions presented as facts, try-and-see approaches, voodoo programming and all sorts of other practices that would be counter-productive to, well, great engineering achievements. That&#8217;s the things I&#8217;m trying to fiddle around with in this blog, only with a focus on the parts that deals with the human side. Of all the concepts in programming, few have been thoroughly tested to see if they are actually as good ideas as they are put forward as. That doesn&#8217;t mean they are not, of course, only that we often only have convincing arguments to base decisions on.</p>
<p>If the above got to depressing, here&#8217;s another Ello quote to pick the mood up:</p>
<blockquote><p>A good IT pro is trained in how to accomplish work; their skills are not necessarily limited to computing. In fact, the best business decision-makers I know are IT people who aren&#8217;t even managers.</p></blockquote>
<p>Ok, that was probably the last post I&#8217;m going to do in a long time about management, even if it deals with people and programming. Other people write better about it (although perhaps not the two above).</p>
<p>Actually, feel invited to post any links to good blogs about programming managment below, because I don&#8217;t really know who these better writers are&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://p.einarsen.no/managing-programmers-love-vs-hate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Failing in style</title>
		<link>http://p.einarsen.no/failing-in-style/</link>
		<comments>http://p.einarsen.no/failing-in-style/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 21:09:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Management]]></category>

		<guid isPermaLink="false">http://p.einarsen.no/?p=76</guid>
		<description><![CDATA[Jeff Atwood&#8217;s blog Coding Horror has a great post about failing projects! This qoute by Charles Bosk is great:
In my interviewing, I began to develop what I thought was an indicator of whether someone was going to be a good surgeon or not. It was a couple of simple questions: Have you ever made a [...]]]></description>
			<content:encoded><![CDATA[<p>Jeff Atwood&#8217;s blog Coding Horror has a great post about <a href="http://www.codinghorror.com/blog/archives/001297.html">failing projects</a>! This qoute by Charles Bosk is great:</p>
<blockquote><p>In my interviewing, I began to develop what I thought was an indicator of whether someone was going to be a good surgeon or not. It was a couple of simple questions: Have you ever made a mistake? And, if so, what was your worst mistake? The people who said, &#8216;Gee, I haven&#8217;t really had one,&#8217; or, &#8216;I&#8217;ve had a couple of bad outcomes but they were due to things outside my control&#8217; &#8212; invariably those were the worst candidates. And the residents who said, &#8216;I make mistakes all the time. There was this horrible thing that happened just yesterday and here&#8217;s what it was.&#8217; They were the best.</p></blockquote>
<p><em></em></p>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://p.einarsen.no/failing-in-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Mythical Man-Month &#8211; the short version</title>
		<link>http://p.einarsen.no/the-mythical-man-month-the-short-version/</link>
		<comments>http://p.einarsen.no/the-mythical-man-month-the-short-version/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 20:28:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Organization]]></category>
		<category><![CDATA[Tao]]></category>

		<guid isPermaLink="false">http://p.einarsen.no/?p=70</guid>
		<description><![CDATA[A quick find: I&#8217;ve been wanting to read the programming management classic &#8220;The Mythical Man Month&#8221; for years, but have never gotten around to it.  Turns out there is a  chapter-by-chapter summary that has been online for only 19 years (!). Enjoy getting through a classic in two hours.
However, the whole book can be summarized [...]]]></description>
			<content:encoded><![CDATA[<p>A quick find: I&#8217;ve been wanting to read the programming management classic &#8220;The Mythical Man Month&#8221; for years, but have never gotten around to it.  Turns out there is a <a href="http://javatroopers.com/Mythical_Man_Month.html" target="_blank"> chapter-by-chapter summary</a> that has been online for only 19 years (!). Enjoy getting through a classic in two hours.</p>
<p>However, the whole book can be summarized with the following koan from the <a href="http://www.canonical.org/~kragen/tao-of-programming.html" target="_blank">Tao of Programming</a>:</p>
<blockquote><p>A manager went to the master programmer and showed him the requirements document for a new application.  The manager asked the master:  &#8220;How long will it take to design this system if I assign five programmers to it?&#8221;</p>
<p>&#8220;It will take one year,&#8221; said the master promptly.</p>
<p>&#8220;But we need this system immediately or even sooner!  How long will it take if I assign ten programmers to it?&#8221;</p>
<p>The master programmer frowned.  &#8220;In that case, it will take two years.&#8221;</p>
<p>&#8220;And what if I assign a hundred programmers to it?&#8221;</p>
<p>The master programmer shrugged.  &#8220;Then the design will never be completed,&#8221; he said.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://p.einarsen.no/the-mythical-man-month-the-short-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
