Tagged Questions
Agile software development is a group of software development methodologies based on iterative and incremental development, where requirements and solutions evolve through collaboration between self-organizing, cross-functional teams.
73
votes
29answers
8k 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 ...
73
votes
17answers
3k 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 ...
72
votes
32answers
5k 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 ...
59
votes
28answers
3k views
Does pair programming work? [closed]
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 ...
52
votes
15answers
29k views
Free/Open Source Scrum Backlog Tool
Are there any web-based usable scrum backlog tools which beat excel? I'm especially interested in a product backlog feature, we can do sprint backlog just fine with post-its. The "killer feature" I'm ...
47
votes
15answers
2k views
Giving up Agile, Switching to waterfall - Is this right?
I am working in an Agile environment and things have gone to the state where the client feels that they would prefer Waterfall due to the failures (that's what they think) of the current Agile ...
44
votes
31answers
2k views
Getting Started with Pair Programming [closed]
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 ...
42
votes
19answers
2k 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 ...
38
votes
11answers
1k 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 ...
34
votes
15answers
5k views
Is Scrum Evil? [closed]
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 ...
33
votes
17answers
2k views
TDD - How to start really thinking TDD?
I have been reading about Agile, XP methodologies and TDDs.
I have been in projects which states it needs to do TDD, but most of the tests are somehow integration tests or during the course of ...
30
votes
7answers
1k 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 ...
30
votes
23answers
2k 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, ...
30
votes
37answers
4k views
What don't you like in Agile development?
What do you not like (or even hate) in Agile development? I mean SCRUM, XP or any other light process.
28
votes
19answers
1k 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 ...
26
votes
12answers
2k views
TDD Exercise Ideas
I am about to give a TDD workshop. I have the theoretical part pretty much sorted out, but I wish to avoid typical Tic-tac-toe, Currency or god forbid Calculator exercise. Any suggestions for a good ...
24
votes
12answers
8k views
24
votes
9answers
7k views
How best to do Agile Development with Trac?
We use Trac as our bug tracking / development / wiki system and I was wondering if anyone has experience and uses some of the Trac Agile/Scrum plugins or functionalities? Anything you'd recommend?
Or ...
23
votes
9answers
876 views
Role of Testers in Agile?
I work in a team which has been doing the traditional waterfall method of development for many years. Recently, we've been told that future projects are going to be moving towards an agile ...
23
votes
30answers
12k views
Recommendations for project management software for Scrum [closed]
We're using Scrum on our current project and we're very happy using our agile board and cards but reporting, burndown charts etc. are somewhat cumbersome to maintain.
So, we're looking for good agile ...
21
votes
6answers
521 views
What is worth spending time upfront when starting a new project
Update:
Great answers so far everyone! Each one has been really helpful in getting to the root of the problem and helping to make sure both my partner and I are on the same page. I think a lot of it ...
21
votes
13answers
700 views
How to stay DRY? Do Not Repeat Yourself!
I find that one of the most frustrating aspects to software development is finding a solution to a problem, forgetting it, then being faced with the same issue in the future only to forgot how you ...
21
votes
11answers
2k views
Does anyone else get worn out using Scrum, finishing sprint after sprint? [closed]
I'm with a pretty small startup and we started using a form of a Scrum/Agile development cycle.
In many ways I enjoy Scrum. We have relatively short sprints (2 weeks) and I like the Burndown Chart ...
20
votes
7answers
4k views
Kanban/Scrum Boards
I'm curious as to what other people use for physical Kanban/Scrum boards in their companies. I appreciate that because of sensitive business information you may not be able to provide a photo of the ...
20
votes
8answers
2k views
Agile Methods Specifically taylored to working solo?
Most Agile Methodologies I'm reading about speak volumes about how best to keep communication bottle necks within a team to a minimum. When working as a solo developer, most of these don't really ...
19
votes
8answers
867 views
Pricing for Agile Development
I hear very positive things about Agile Development, in particular as a way to keep the customer involved throughout the process, and therefore maximising the likelihood of building what the customer ...
18
votes
8answers
797 views
Are there any serious scientific (psychological) studies about the ideal/maximum length of working time for a programmer?
Just curious. I know, in general, this is very subjective and can vary from person to person, but anyway - did anyone do some scientific research in this field?
18
votes
10answers
1k views
How to automate development environment setup?
Every time a new developer joins to the team, or the computer a developer using changes, developer needs to do lots of work to setup the local development environmentto make the current project ...
18
votes
10answers
8k views
Basic steps for Agile software development methodology
What are the basic steps for Agile software development?
And how you start a new project with agile methodology?
18
votes
5answers
478 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. ...
18
votes
12answers
1k views
Single most important thing to impart when teaching TDD
I'm collaborating with a group of professionals to put on an event to help teach the practice of TDD to people who are interested, but have no experience (novices).
We're trying to come up with labs, ...
17
votes
5answers
3k views
Agile development; on-line free tools!
We have been looking to implement Agile methodology within our geographically distributed development team, so i need suggestions on any free on-line application that you have used and find useful.
...
17
votes
6answers
393 views
Scrum. Dealing with low prioritized stories that will introduce architecture change
today in the university we had a Scrum practicing exercise (simulating the whole process of creating a software solution) and I came up with an issue that couldn't quite understand.
Let's say we've ...
17
votes
9answers
2k 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 ...
17
votes
8answers
5k views
Your Scrum definition of Done
While Scrum is easy in theory and hard in practice, I wanted to hear your definition of Done; i.e. what are the gates (unit test, code coverage > 80%, code reviews, load tests, perf.test, functional ...
16
votes
11answers
964 views
Building an Aircraft using Agile?
Developers can learn a lot from other industries. As a thought exercise, is it possible to build a passenger aircraft using agile techniques?
Forgetting cost for now; how feasible is it to use ...
16
votes
8answers
2k views
When should you not Scrum?
I have seen a lot of companies buy into the Agile/Scrum process and basically use it for every project, regardless of what it is. When is Scrum not appropriate and can cause more harm than good ...
16
votes
5answers
4k views
How does Scrum work when you have multiple projects?
I'm fairly well read in the benefits and processes of Scrum. I get the ideas on the backlog, burndown charts, iterations, using user stories, and other various concepts of the Scrum "framework".
With ...
16
votes
12answers
3k views
How to blend CMMI and Scrum?
I work in a shop that is certified at CMMI level 5. This certification is important because it gives us access to certain customers and contracts. I'm looking at how to blend Scrum with CMMI. I've ...
16
votes
5answers
16k views
Where to find the best user story template?
I want to implement user stories in a new project where can i find a good template or other ones used in agile development?
16
votes
9answers
1k views
Does Test Driven Development take the focus from Design?
I have mixed feelings about TDD. While I believe in testing I have a issues with the idea of the test driving my development effort.
When you code to satisfy some tests written for an interface for ...
16
votes
8answers
4k views
Do you use UML in Agile development practices?
It feels like an artifacts of an earlier days, but UML sure does have its use. However, agile processes like Extreme Programming advocates "embracing changes", does that also means I should make less ...
15
votes
9answers
988 views
Can one person adopt Agile techniques?
Looking for work at the moment, I'm seeing a lot of places asking for Agile experience, but until I get a job with a team that is using Agile, I suspect I'll never get the experience.
Is it possible ...
15
votes
18answers
2k views
Agile Myths and Misconceptions
What are the myths or misconceptions related to Agile?
There are lot of misconceptions related to Agile that an average new comer may fall into. What are the misconceptions in the Agile world and how ...
15
votes
9answers
778 views
How to deal with pair programming issues? [closed]
Some members of the team are having problems programming together.
Different gender, different culture, different age. How to deal with those problems?
- Do not pair them together, or
- Pair them ...
15
votes
13answers
4k views
Getting started with Agile and TDD
How do I get started in Agile and TDD. I have learnt a bit about Agile, but finding it difficult to get started. How do I get started.
14
votes
5answers
1k views
Testing a Gui-heavy WPF application
We (my colleagues) have a messy 12 y.o. mature app that is GUI-based, and the current plan is to add new dialogs & other GUI in WPF, as well as replace some of the older dialogs in WPF as well. At ...
14
votes
12answers
734 views
Has Agile really worked for you as a Developer?
I have met a lot of people for whom Agile has worked really well, and most of them tend to be managers and architects who plan and delegate the work. However I really haven't found much good ...
14
votes
4answers
506 views
Does Agile “Fail Better?”
I recently read this post regarding how "Agile Fails Better" and found myself wondering if anyone out there had good examples of how their project under an agile management process failed...and more ...
14
votes
14answers
659 views
Are teams working in Agile typically resistant to hiring people who haven't worked in Agile?
As a developer who's never worked in Agile specifically (but have worked in TDD shops), I see employers that are running Agile shops resistant to hiring someone who hasn't worked in Agile. I've run ...