42
votes
26answers
4k views
Is Agile Development Dead?
There's been lots of articles as of late declaring that Agile, Scrum or XP are "dead" or are "circling the drain". While I personally don't think agile development is dead, I wondered what others out …
40
votes
32answers
3k views
Why don’t they teach these things in school?
Over the summer, I was fortunate enough to get into Google Summer of Code. I learned a lot (probably more than I've learned in the sum of all my university coursework). I'm really wondering why they …
35
votes
15answers
2k views
How do you unit test a unit test?
I was watching Rob Connerys webcasts on the MVCStoreFront App, and I noticed he was unit testing even the most mundane things, things like:
public Decimal DiscountPrice
{
get
{
return …
34
votes
26answers
2k views
Does pair programming work?
At our company, we the developers tried some methodologies to be more productive. One thing we could not try was Pair Programming. The reason is, that we are a small company and have only few …
34
votes
49answers
10k views
Best Scrum tools
What tools for managing Scrum would you recommend?
28
votes
20answers
1k views
Unit test adoption
We have tried to introduce unit testing to our current project but it doesn't seem to be working. The extra code seems to have become a maintenance headache as when our internal Framework changes we …
27
votes
27answers
926 views
Getting Started with Pair Programming
I found out yesterday that due to demands from the powers that be, I am being pulled from my current project to help out a colleague with some work.
Now, he is a great guy, and while it sucks I will …
24
votes
11answers
489 views
Giving estimates for large scale projects in an Agile Environment
My firm just got its first large-scale development project inquiry and I would like to use an Agile process. The client has a vision for the application but openly admits to having very few …
24
votes
13answers
1k views
Effective Ways to Introduce Agile into the Workplace?
In your experience (anecdotal or otherwise), what are some effective ways to introduce Agile into a non-Agile organization or company?
UPDATED: Can anyone speak to cases where you tried to introduce …
22
votes
7answers
664 views
How did you sign a contract to an Agile project? (not how you think you would, how you did)
To execute an Agile project you first need a contract. No contract – no project! No project – no Agile, SCRUM or whatsoever!
The contract, if we are talking about mid to big projects, must have well …
22
votes
23answers
1k views
Pair programming means double cost per developer. Is it worth that money?
Pair programming in Agile requires us to double the salary paid to single programmer. Of course with such approach the quality of the code is far cry better, bugs are found much earlier and so forth, …
21
votes
14answers
2k views
Is Scrum Evil?
At the last CITCON Europe we had a great session on the topic "Is Scrum Evil?" Reading James Shore's blog post on "The Decline and Fall of Agile" brought this session back to mind.
These are serious …
16
votes
9answers
882 views
How to adapt agile to different companies? An MBA thesis
My master's thesis is to look at how to apply agile.
There is an awful lot of corporate selling of agile - lots of management consultants selling their brand as 'best'.
I'm not interested whether …
15
votes
19answers
764 views
What is the point of a “Build Server”?
I haven't worked for very large organizations and I've never worked for a company that had a "Build Server".
What is their purpose? Why aren't the developers building the project on their local …
15
votes
6answers
263 views
Managing the maintenance burden of unit tests
Coding test-first, I find that perhaps 3/4 of my code is unit tests; if I were truly extreme, and didn't write a line of code except to fix a failing unit test, this ratio would be even higher. …
