Search Results

15
votes
33answers
2k 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. …
7
votes
12answers
780 views

Bad habits of your Scrum Master

Scrum is quite popular dev.process these days and often Project Manager suddenly gets new title (Scrum Master). However it should be not just a new title, but new habits and new paradigm. What are …
3
votes
2answers
310 views

Do you find Scrum Nokia Test useful?

It seems Scrum and Agile tests/assertions are becoming popular this year. For example, Nokia test for Scrum. …
2
votes
7answers
257 views

Best Kanban Tools

What tools for managing Kanban would you recommend? …
4
votes

Best Scrum tools

TargetProcess is a good tool, But if you are new to SCRUM, I recommend to use simplest tools first (whiteboard, sticky, etc.). It is import …
7
votes

Your Scrum definition of Done

We at TargetProcess use the following definition of Done for user story: Short Spec created Implemented/Unit Tests created Acceptance Tests created 100% Acc …
0
votes

How big is too big for XP/SCRUM?

Agile scales fine. It is not a rocket science. In fact it is all about modularity. Software development is a CAS (Complex Adaptive System) and, as almost any CAS, it has mo …
0
votes

What are the major benefits of scrum as a methodology?

I don't see much differences between XP and Scrum. If you already have XP, you likely don't need to switch. Maybe adopt some Scrum specific practices for better scalability like Scrum-of-Scrums. Al …
0
votes

Does SCRUM alone = agile?

Scrum provides you with a framework to fix/improve your development process. It should be considered as a starting point to " …
1
vote

How do I get sufficient detail in planning and estimation when using TDD?

We at TargetProcess use simpler tasks for stories: Story: Rename a file Task: Specification (2h) Task: Development (14h) Task: Testing (6) Task: Use …