Skip to main content

Questions tagged [iterative-development]

The tag has no usage guidance.

1 vote
6 answers
468 views

Agile is said to be iterative-incremental, but where is this "revisiting" and "refining" if we follow Definition of Done?

First of all, I found it a bit strange because technically, iterative means something that is done as a recurring series of steps - so how can one be purely incremental, when each increment will be ...
JCerm's user avatar
  • 37
-1 votes
1 answer
554 views

Agile approach in ETL/ELT development

What are the pros and cons of using agile/iterative approach in ETL/ELT (Extract Transform Load or Extract Load Transform) data warehouses/data lakes/lakehouses systems development? I often find that ...
Eugene Lycenok's user avatar
3 votes
4 answers
385 views

Isn't refactor on an existing and fairly new module a normal practice in software product development?

Currently when working in a scrum team in a software service company, who has a clean business domain. I am working on adding new features to an existing module. As the existing module is legacy, and ...
Rui's user avatar
  • 1,865
11 votes
4 answers
613 views

Is deciding the release date before collecting all requirements un-agile?

I have just started reading the book Applying UML and Patterns by Craig Larman. I find it very interesting because it challenges many of what I have been told at work. I read that requirements aren't ...
Kaushik's user avatar
  • 219
-1 votes
4 answers
706 views

Is Agile a software development methodology?

Back ground: 1) Waterfall model has it's own phases of SDLC: Requirements -> Design -> Implementation -> Verification -> Maintenance 2) Iterative model has it's own phases of SDLC: But the term ...
user1787812's user avatar
-3 votes
3 answers
296 views

Iterative software development Vs Water Fall Software development [duplicate]

Why is Iterative software development better than Waterfall software development? In the Iterative method it take more time because of iterations and start with minimum small planning which is not ...
Sohaib Anwaar's user avatar
2 votes
1 answer
3k views

Clarification on Spiral Model Steps

Here's the representation of commonly seen Spiral Model: From what it has been written in book and articles that I have read that in every iteration, the four steps are carried out in a loop: ...
cpx's user avatar
  • 379
6 votes
2 answers
241 views

Can the not-terminated, iterative development of a software application be seen as a project?

I'm thinking of whether it is possible trying to apply project management methods and frameworks, e.g. PMBOK, PRINCE2 or something like RUP for software applications, that are still under active (...
Stefan Jung's user avatar
-1 votes
2 answers
229 views

Can a software development lifecycle be iterative without being incremental? [closed]

Do any lifecycle models exist that are iterative without incremental? Is this even possible?
Elias's user avatar
  • 29
1 vote
3 answers
529 views

Is the Iteration Planning part of the Iteration itself?

If I split up the development into a timebox with 3 phases: planning (e.g. with planning meeting), functional progress (software development / implementing user stories) and finalization (e.g. with ...
Beachwalker's user avatar
0 votes
2 answers
1k views

When should you avoid iterative and incremental development? [duplicate]

I'm currently reading some literature about software development process models. Everywhere I look, I only read the problems with the Waterfall model and how the iterative and incremental development ...
Said Savci's user avatar
2 votes
2 answers
667 views

Report to capture scope creep in iteration

I am looking for a report to capture the "Scope Creep" within an iteration. We are using Scrum on TFS 2013 on premise. We are constantly asked by management to bring work into an iteration, but are ...
Squid's user avatar
  • 131
0 votes
2 answers
114 views

Do you plan to rewrite? [closed]

Whenever I work on some fairly significant piece of code, often I find that the I go through a phase of high level designing (aside: I like to use pencil and paper for this), followed by mental ...
redcalx's user avatar
  • 365
17 votes
3 answers
133k views

What is the difference between the incremental and iterative approach to software development?

The Incremental approach is a method of software development where the model is designed, implemented and tested incrementally (a little more is added each time) until the product is finished. It ...
Computernerd's user avatar
22 votes
7 answers
2k views

What do you deliver in the first couple of iterations in Agile?

As I understand, the idea with Agile methodologies is that you deliver something functional and you deliver it often. The application gets into its final shape increment after increment. But in the ...
JohnDoDo's user avatar
  • 2,309

15 30 50 per page