What is Agile methodology?
Answer Posted / shilpa m
Agile development methodology attempts to provide many
opportunities to assess the direction of a project
throughout the development lifecycle.
This is achieved through regular cadences of work, known as
sprints or iterations, at the end of which teams must
present a shippable increment of work. Thus by focusing on
the repetition of abbreviated work cycles as well as the
functional product they yield, agile methodology could be
described as “iterative” and “incremental.”
In waterfall, development teams only have one chance to get
each aspect of a project right. In an agile paradigm, every
aspect of development — requirements, design, etc. — is
continually revisited throughout the lifecycle. When a team
stops and re-evaluates the direction of a project every two
weeks, there’s always time to steer it in another direction.
The results of this “inspect-and-adapt” approach to
development greatly reduce both development costs and time
to market. Because teams can gather requirements at the
same time they’re gathering requirements, the phenomenon
known as “analysis paralysis” can’t really impede a team
from making progress. And because a team’s work cycle is
limited to two weeks, it gives stakeholders recurring
opportunities to calibrate releases for success in the real
world.
In essence, it could be said that the agile development
methodology helps companies build the right product.
Instead of committing to market a piece of software that
hasn’t even been written yet, agile empowers teams to
optimize their release as it’s developed, to be as
competitive as possible in the marketplace. In the end, a
development agile methodology that preserves a product’s
critical market relevance and ensures a team’s work doesn’t
wind up on a shelf, never released, is an attractive option
for stakeholders and developers alike.
| Is This Answer Correct ? | 58 Yes | 16 No |
Post New Answer View All Answers
What is difference between polymorphism and inheritance?
What is polymorphism give a real life example?
Why do while loop is used?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Which type does string inherit from?
Why do we need polymorphism in c#?
Can static class have constructor?
what are the different types of qualifier in java?
What is the diamond problem in inheritance?
hi all..i want to know oops concepts clearly can any1 explain??
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What are the 3 principles of oop?
Why do we use class in oops?
What is inheritance in simple words?
What is encapsulation process?