Search Results

3
votes

How do you structure a development sprint?

I'd consider experimenting with sprints that are shorter then one month. Personally I find one-two week iterations more effective at getting effective feedback quickly. It also prevents an …
16
votes

Scrum Burndown issues

Some tips on smoothing things out. 1) As others have said - try and break down the tasks into smaller chunks. The more obvious way of doing this is to try and break down the technical tasks …
0
votes

What tools are available for a team leader & members to manage tasks (Agile programming)

For a co-located team nothing beats a big wall and a whole bunch of index cards as far as I'm concerned. Maybe with whiteboard or two for burnup/down charts. …
2
votes

Single most important thing to impart when teaching TDD

I don't know whether this would count as the single most important thing - but it was something that took me some time to "get" when I was first exploring using TDD. Don't write the code in …
5
votes

Behaviour-Driven or Test-Driven Development?

I'm very much of the BDD = TDD done properly camp. If you're doing TDD as originally described by Beck - and practised by many - then there is essentially no difference. What BDD brings to …
1
vote

How to deal with pair programming issues?

I'd second muloh's question - what kinds of thing are they having problems with? In my experience these problems are often (but not always) a sign of underlying problems with the team struc …
2
votes

Software for managing medium sized projects

Since you seem to have a maximum of six people working in a single room - I'd give serious consideration to not using software at all. A whiteboard & cork board for each project, plus …
1
vote

Help me understand how QA works in Scrum

"How is scrum supposed to work when releasable Dev tasks take up most of the sprint?" As you've found out - it doesn't work terribly well :-) The process you …
6
votes

Does SCRUM alone = agile?

"I'm hearing about a lot of companies that act like they're agile but the only agile thing > they do is the SCRUM process. Is this enough to be considered agile" …