Skip to main content

Questions tagged [iterative-development]

1 vote
6 answers
560 views

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
696 views

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
423 views

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,935
11 votes
4 answers
689 views

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
756 views

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
352 views

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

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
  • 409
6 votes
2 answers
267 views

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
246 views

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

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

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
698 views

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
132 views

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
  • 375
17 votes
3 answers
133k views

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
23 votes
7 answers
3k views

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,319

15 30 50 per page