Tag Info

Hot answers tagged

28

All sprints are iterations but not all iterations are sprints. Iteration is a common term in iterative and incremental development (IID). Scrum is one specialized flavor of IID so it makes sense to specialize the terminology as well. It also helps brand the methodology different from other IID methodologies :) As to the sprint length: anything goes as long ...


25

Yes, the occasional one of those is sometimes not a bad thing. But if you're agile using Scrum, then you are presumably trying to follow Test-Driven Development (TDD), and it is important that you remember that the sequence is red-green-refactor, not just red-green. Bad quality code is not the output of agile development, but of poor agile development.


13

I'm not sure what the term is in Scrum, but in User Story terminology you would do a "spike", which is basically a very short period of research into the topic so that your team will be able to estimate the task at the end of the spike. Example: Story: Analyst wants to be able to review financial data in pie charts. Your team doesn't use any ...


10

I would say that it's almost always acceptable to bypass any process if it means that you complete a project that you wouldn't otherwise be able to complete. The processes should be there to help you, but if your process is not helping, then don't use it (after discussing it with the rest of the team first, of course). However bypassing TDD can easily ...


10

I hope you found use of my post, and I would also recommend that you take a look at One Team Project to rule them all and TFS vNext: Configuring your project to have a master backlog and sub-teams. Here is my best effort to answer your questions: Question 1) We figured that because our teams aren't that big and to make administration more ...


9

c) Neither. Don't count any of the undone story's points towards the last sprint. Then you put the story back into the backlog for prioritization by the PO (he may kill it off). When you go to tackle it again, you will re-estimate it. When this happens you may get a larger or smaller number than you did the first time. It may be smaller because you ...


9

A 2 week iteration isn't short for a lot of people. Many of us are doing one week iterations. Kent Beck is even trying to encourage daily deployments - and there are advantages in cleaning the dev process up so it can be that responsive. NEVER reduce TDD quality to get stuff out - It's so much harder to clean up later and you just end up teaching the ...


8

Both approaches have their challenges so I'm wondering what most shops do that release every Sprint? In my opinion, the ultimate goal with Scrum is to be able to release a new increment after the end of a Sprint. In other words, the result of the Sprint is a releasable increment (not a released increment). So option #1 seems a bit too early to me (our ...


7

Do you have a definition of 'done'? When you have finished coding and are ready to check in, you should have met your teams definition of 'done' This definition should amongst other things include meeting your acceptance criteria / code review / test review / and meeting agreed coding standards. If after several sprints your code base is in need of ...


6

Sprint == Iteration. The lengths can vary, but it's a bad planning precedent to let them vary too much. Keep them consistent in duration and you will get better at planning and delivering. Everything will be measured by how many 10-day sprints it takes to finish a series of use cases. Keep them consistent in length and you can plan your deliveries, ...


6

You don't necessarily need to dedicate a whole sprint to refactoring, it can also work at the task level. When you have a story that requires working with some hairy piece of code, include a refactoring task in that story as a kind of prerequisite for getting anything sensible done with that part. That way, you make progress with the features but also get ...


5

For my team I typically start a refactoring sprint roughly once every three to four months. Considering we run 2-week sprints, that's one refactoring sprint roughly every seven sprints. I run the refactoring sprint like any other sprint - strictly 2 weeks time limit. Sometimes we even run just 1 week refactoring sprints (when something urgent comes along). ...


4

Actually, I prefer this tool. It does task-tracking, burndowns, burn-ups, and is useful for project notes. But to answer the question, tracking hours-remaining on a burndown should still work. It'll still tell you whether you're going to get all your release-sprint tasks (bugs/tweaks) done in time for launch. If the answer is "not all of them", then it's ...


4

Remember that Points are just ROMs(rough order of magnitude) established through the use of "Planning Poker" as a common practice. The first few Sprints are when you start to identify what the points mean to the team and the longer you go the more accurate the team gets. Plus look to use points that are a bit more spaced out. A practice I've seen and ...


4

In my experience, writing proper unit tests take at least as long as writing the code that it tests, so I have a hard time seeing how you're going to write tests in "a day or two". That said, what is "acceptable" depends on a lot of things. Don't treat testing as a religious issue. The tests exist to give you a certain level of confidence in your code. You ...


4

You have these tasks that you want to track as work items. Be careful of doing this. Why? You're starting to concretize a process. There's a slippery slope here. As soon as you start concretizing the process, you stop being actually Agile and start creating an inflexible waterfall of mandatory sequential steps. If you think these things are so ...


4

AFAIK both are same. But I feel some differents between Sprint toolkit and Sun toolkit. These are, Sprint toolkit having Nokia, Samsung, LG emulators. But Sun java toolkit having their own toolkit. Sprint support touch emulators. Sun toolkit doesn't have touch emulators. Zooming emulator screen supports Sprint. Sun toolkit doesn't support.


3

Where I work, we will have sprints dedicated to bugs and technical debt. It works well for improving things and having a spirit of continuous improvement to some extent. Something to also ponder here is whether or not there are enhancements that the customer wants but hasn't requested. Does the customer seem genuinely happy with the current system or does ...


3

Argh! Serves me right for writing from memory. A story point is related to the estimate of course, and when you try to figure out how much you can do for a sprint, a story point is one unit of "work" needed to implement part of or a whole feature. One story point could be a day, or an hour, or something in between. I've confused the "estimate" and "story ...


3

Are the "tasks" things that someone in the world has done before, or are they just new to your team. I will assume the later. If this is the case then what you are finding is that you do not have the necessary experience on your team to solve the problem. Thus you will be developing that experience as you go. All this means is that the complexity of your ...


3

We generally assume that any story that was not finished is basically "unstarted", which is an option A of sorts. This has turned out to be just as good as any other assumption you can make. Conceptually we just push it back onto the backlog, since we may choose to postpone it further (if someone else has to fix something then you might as well leave it for ...


3

items on the current sprint backlog should be approached in priority order, and one item at a time by the whole team. I don't know who says this, I at least don't remember having heard or read anything like the emphasized text so far. Of course, it depends also on whether an item for you is a story or a single task. If it's a story (usually consisting ...


3

You might want to take a look at kanban or scrum-ban. I'm not a fan but it may work better for your scenario where distractions and interruptions may be unavoidable. Ditch the sprint but still keep a prioritized backlog. Rather than tracking and measuring spring velocity, measure latency in every phase. ...


3

I would use the format command combined with foreach to accomplish what you're asking for. I'm assuming you actually have 3 lists, not 3 arrays, since it would appear the values of gold, test, diff are related to each other in some way. set goldList {1 2 3 4} set testList {Hello Stack Guys TCL} set diffList {Hi Format for print} set formatStr ...


3

In similar situation, my reaction would depend on how much this big story is big, or not. 1) It is a really big one Let suppose this big story was expected to count for 10% of the iteration, and appears to count for 80% or more. This means the team just discovered a big issue which was not expected at all. This is a non common situation which should not ...


2

We're using a kanban board with scrum. Each product item is represented by a post-it note on the whiteboard. Its really obvious during the daily standups where everyone is with each of their tasks, and we can see how many tickets we have queued up in the 'pending' area on the board compared to the 'done' area at the other end.


2

Iteration is synonymous with sprint, sprint is just the Scrum terminology. On the question about sprint length, the only caution I would note is that in Scrum you are using the past sprints to gain a level of predictability on your teams ability to deliver on their commitments for the sprint. They do this by developing a velocity over a number of sprints. ...


2

The value 10 is merely a value relative to the other estimates, e.g. it is half as hard as a 20 or slightly more difficult than a 9. There isn't a specific translation of 1 point = x hours of effort is something to point out. Where I work, we have what we call "epic points" which is how hard is some high level story,e.g. integrate Search into a new ...


2

To my mind this can be a dangerous trade-off to take. While it may be acceptable some of the time, it does set a precedent that can be hard to overturn. I know where I work, for some complicated things, we tend to have to implement something a few times in order to finally arrive at a good implementation as the idea of something better tends to come along ...


2

Do you really mean tasks or are you talking about Product Backlog Items (PBIs)? Actually, I find it hard to believe that a task is not estimable. If they really aren't, they are very likely too big (tasks shouldn't exceed 16h, which is already huge). If you are talking about PBIs, the situation you are describing is quite surprising and should ...



Only top voted, non community-wiki answers of a minimum length are eligible