Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added link to No Silver Bullet paper #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@ <h3><span class="section">7.3</span> Managing 
Programmers</h3>
<p>You divide work into sprints of a week, two weeks, or whatever suits your management style, and you give each sprint a name and a goal (implement search, user registration), then the programmers take stories to go off and make them happen.</p>
<p>Every day your team checks in and tries to unblock one another&mdash;if you are working on the tool that sends e-mail and the e-mail server isn&rsquo;t working, you tell everyone. Then someone else steps up to help, or you stick with that story and do the best you can, but everyone needs to be working toward the sprint goal, trying to release some software. And once the sprint is done, you deliver something that actually, really works and move on to the next thing, slowly bringing a large, complex system into operation.</p>
<p>That&rsquo;s an ideal case. Done well, it avoids magical thinking (&ldquo;It will all work when we get everything done and wired together&rdquo;). It has its critics and can seem to have as many branches (c.f. Scrum, Kanban, and &ldquo;Agile with Discipline&rdquo;) as Protestantism.</p>
<p>Programmers are forever searching for a silver bullet and, worse, they always think they&rsquo;ve found it. Which is why Frederick Brooks, the most famous of the early software methodologists, wrote a paper called &ldquo;No Silver Bullet&mdash;Essence and Accident in Software Engineering.&rdquo; He wrote it in 1986. He was very hopeful, back then, that object-oriented programming would help fix things.</p>
<p>Programmers are forever searching for a silver bullet and, worse, they always think they&rsquo;ve found it. Which is why Frederick Brooks, the most famous of the early software methodologists, wrote a paper called &ldquo;No Silver Bullet&mdash;Essence and Accident in Software Engineering.&rdquo; (<a href="http://worrydream.com/refs/Brooks-NoSilverBullet.pdf">Link</a>) He wrote it in 1986. He was very hopeful, back then, that object-oriented programming would help fix things.</p>



Expand Down