Can there ever be a "silver bullet" for software development? - Stack Overflow most recent 30 from stackoverflow.com2009-11-09T01:29:44Zhttp://stackoverflow.com/feeds/question/264881http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development0Can there ever be a "silver bullet" for software development?fluffels2008-11-05T11:23:40Z2008-11-19T13:06:29Z
<p>I recently read the great article by Fred Brooks, "No Silver Bullet".</p>
<p>He argues that there hasn't been a silver bullet that made software devlopment remarkably easier and that there never will be one.</p>
<p>His argument is very convincing and I certainly agree with it.</p>
<p>What is the stack overflow community's take on it? Is it possible for a silver bullet to one day come along and slay the software development werewolf?</p>
<p>For more information on the article itself, see this article: <a href="http://en.wikipedia.org/wiki/No_Silver_Bullet" rel="nofollow">http://en.wikipedia.org/wiki/No_Silver_Bullet</a></p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/264884#2648840Answer by Robert Gould for Can there ever be a "silver bullet" for software development?Robert Gould2008-11-05T11:25:51Z2008-11-05T11:25:51Z<p>Silverlight...</p>
<p>Just kidding, but its Silver at least ;)</p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/264886#2648863Answer by James Atkinson for Can there ever be a "silver bullet" for software development?James Atkinson2008-11-05T11:26:27Z2009-02-06T18:48:12Z<p>There will never be a true "silver bullet" simply because as soon as a groundbreaking language or tool comes along our expectations are raised and demand even more capabilities from software. In other words.. it's an endless loop.</p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/264888#26488814Answer by edg for Can there ever be a "silver bullet" for software development?edg2008-11-05T11:26:53Z2008-11-05T11:26:53Z<p>Let's see... you are asking if anyone here disagrees with the author of Mythical Man Month...?</p>
<p>(tumbleweeds, wind blows)</p>
<p>Nope, I didn't think anyone would step forward.</p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/264890#2648900Answer by t3mujin for Can there ever be a "silver bullet" for software development?t3mujin2008-11-05T11:28:24Z2008-11-05T11:28:24Z<p>In one word: No. Even if you limit yourself to a particular scenario (web development,etc) there are too many use case variations, business needs or technical restrictions for that to happen.</p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/264900#2649005Answer by olavk for Can there ever be a "silver bullet" for software development?olavk2008-11-05T11:37:47Z2008-11-05T11:42:54Z<p>I think Brooks define a silver bullet as a ten-fold increase in productivity. I dont think there have ever been a single invention that results in ten-fold productivity increase in general, and I think it is unlikely, since ten-fold is quite a lot.</p>
<p>However e.g. the jump from assembly to higher level languages have been a <em>major</em> productivity improvement, and other improvements like garbage collection, IDE's and so on have improved productivity significantly. And we will no doubt get new improvements in the future.</p>
<p>(Of course in specific niches you can have silver bullets - the availibility of the right library or tool can easily increse productivity more than ten-fold for a specific task.)</p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/264906#2649060Answer by unwind for Can there ever be a "silver bullet" for software development?unwind2008-11-05T11:41:10Z2008-11-05T11:41:10Z<p>No content, but someone might want to edit the question to provide a link for further information. The <a href="http://en.wikipedia.org/wiki/No_Silver_Bullet" rel="nofollow">Wikipedia page</a> features two links to PDFs.</p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/264916#26491612Answer by S.Lott for Can there ever be a "silver bullet" for software development?S.Lott2008-11-05T11:51:08Z2008-11-05T11:51:08Z<p>The idea that there could be a silver bullet comes from not understanding what software development is.</p>
<p>Model 1: <strong>Software development is like laying brick</strong>. Some cool machine will make it faster and easier to lay brick giving us a 10x increase in bricklaying productivity.</p>
<p>Model 2: <strong>Software development is like writing an encyclopedia</strong>. You have to gather knowledge, and then represent that knowledge in a way that's precise enough that a lump of fused beach sand can act on that knowledge.</p>
<p>Every improvement in software development "productivity" merely leads to a demand for more -- and more sophisticated -- knowledge capture.</p>
<p>We have had perhaps a 100x improvement in productivity since I started in the industry 30 years ago. But the demands grow exactly as quickly as our capability, so it never feels like we're getting anywhere.</p>
<p>Also. Few people code for 30 years. People that move into management don't see the productivity gains -- all they see is that their ability to manage a project remains really weak. </p>
<p>Sidebar.</p>
<p>The biggest issue is that the "silver bullet" crowd wants a definite schedule -- that's all they want -- a price and date that we programmers can actually meet. (There's that Model 1 assumption, programming is like laying brick.) </p>
<p>Eventually, some managers realize the software development is knowledge capture and they finally get "Agile". Others never get it and have a version of Agile that amounts to iterative waterfalls with extra paperwork and long meetings.</p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/264923#2649230Answer by Ali A for Can there ever be a "silver bullet" for software development?Ali A2008-11-05T11:53:41Z2008-11-05T11:53:41Z<p>I think the biggest "silver bullet" we have already had is home computing. There is almost zero entry barrier to start development, and documentation is freely available.</p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/264978#2649783Answer by Robert Gould for Can there ever be a "silver bullet" for software development?Robert Gould2008-11-05T12:18:45Z2008-11-05T12:18:45Z<p>Am I the only one that felt a x10 times productivity boost with the rise of the Internet?
I also think open source in general had more than x10 growth thanks to the Internet And programs are about that much cooler too.</p>
<p>Just some food for thought.</p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/265070#2650700Answer by Ola Eldøy for Can there ever be a "silver bullet" for software development?Ola Eldøy2008-11-05T12:59:30Z2008-11-05T12:59:30Z<p>No, there is no silver bullet.</p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/265120#26512010Answer by Jim C for Can there ever be a "silver bullet" for software development?Jim C2008-11-05T13:25:29Z2008-11-05T13:25:29Z<p>We keep inventing better silver bullets all the time. The Werewolves just keep getting bigger.</p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/265156#2651560Answer by Stephan for Can there ever be a "silver bullet" for software development?Stephan2008-11-05T13:42:21Z2008-11-05T13:42:21Z<p>There are many improvements in the way we write code (from switches to assembly to Fortran to structured programming to objects to components to services to aspects to whatever will come next.)</p>
<p>However those tools are only useful once you know what to do. There is still one aspect that is not covered by tools: it was, it still is, and it will still be very, very hard to translate user needs to an appropriate conceptual model. </p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/265190#2651902Answer by MrFox for Can there ever be a "silver bullet" for software development?MrFox2008-11-05T14:01:30Z2008-11-05T14:01:30Z<p><strong>Maybe ony day.</strong> That day, some machine is able to understand, what you want and is able to resolve the conflicts in your requirements and then gets itself the knowledge that is needed to solve your problem. Right now only one machine is known to be capable to do this for you: <strong>a human brain.</strong></p>
<p>This is so, just because software <strong>development is a learning process</strong>. If it was not, you would repeat yourself and I would ask you for abstactions, libraries or tools. Repeating oneself many times is bad coding style. So if you do not repeat yourself, then it is new to you. And you will have to learn it</p>
<p>Is there a silver bullet for the learning process?</p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/265199#2651990Answer by Alan Storm for Can there ever be a "silver bullet" for software development?Alan Storm2008-11-05T14:05:12Z2008-11-05T14:05:12Z<p>No. Even if we developed a Silver Bullet there are enough Werewolves in the world who'd rush to quash it, lest their power be threatened.</p>
http://stackoverflow.com/questions/264881/can-there-ever-be-a-silver-bullet-for-software-development/301827#3018270Answer by jbandi for Can there ever be a "silver bullet" for software development?jbandi2008-11-19T13:06:29Z2008-11-19T13:06:29Z<p>On InfoQ there is a very interesting summary of the OOPSLA Panel from 2007 discussing this topic:</p>
<p><a href="http://www.infoq.com/articles/No-Silver-Bullet-Summary" rel="nofollow">No Silver Bullet Reloaded Retrospective OOPSLA Panel Summary</a></p>
<p>There are a lot of gems in this discussion!</p>
<p>Especially cool is Martin Fowler disguised as a Werewolve and playing advocatus diaboli.</p>
<p>There is also a video from <a href="http://au.youtube.com/watch?v=Z-1X3duvryA" rel="nofollow">Fowler as Werewolve on YouTube</a></p>
<p>The sarcastic comments from Fowler alone are worth the read of the summary!</p>
<p>Reading the summary there seems to be a general consensus that there is really no silver bullet.</p>
<p>But this is also a dangerous consensus. As Bertrand Meyer (also in the summary) poses it:</p>
<blockquote>
<p>according to his experience, many
people, especially managers, rejected
new ideas of the ‘80s and ‘90s like
OOP, which actually were old ones,
because they did not believe the new
technology proposed to them would have
a serious impact on development,</p>
</blockquote>
<p>Using the insight, that there is no silver bullet as an excuse to stop trying to improve is certainly not the way to go!</p>
<p>I was a student of Bertrand Meyer at university, and he was a critic of Brooks paper, because he claimed that it was smothering innovation and the desire for improvement.</p>