2

In Software Engineering Methodologies... The Evolutionary Development contains Exploratory & Prototyping... Is Exploratory Development same as Incremental Development... What do you mean by exploratory Development?

The terms are taken from Software Engineering - Ian Sommerville

Robert Harvey
201k55 gold badges469 silver badges682 bronze badges
asked Apr 20, 2013 at 17:21
2
  • @DocBrown Just edited! Commented Sep 11, 2016 at 4:49
  • Use comments to respond to other users. @reply does not work in posts. Commented Sep 11, 2016 at 5:28

2 Answers 2

2

Exploratory Development == experimental. New to the world or new to you or your company. means trying something and then maybe having the guts to leave it and go some other way.

Incremental means doing in stages. So you can develop something similiar to what has been done before, but a smaller feature set at a time, test and ship quickly & often, with more involved QA & dev ops. Be agile and have more releases and hopefully happier customers.

answered Apr 21, 2013 at 10:40
1
  • 1
    Most important: Exploratory = experimental = be prepared to throw it away. Sometimes some team members prefer A, some prefer B, but some claim B doesn't work. The exploratory development to try B may very well be worth the money if it fals, because it shuts up those who are against A. Commented Sep 11, 2016 at 14:11
1

Exploratory development, to me, means trying out new development technologies or infrastructure solutions.

It could also mean building new functionality from scratch, or as part of an existing system. Maybe you've been asked to look at how something might work, before getting official go ahead for a bigger piece of work.

Incremental development is about progressively working your way through the development life cycle, usually meaning short development time periods, releasing more often etc.

answered May 21, 2013 at 12:18

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.