Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are pitfalls for agile development methodologies? [closed]

Tags:

agile

What are pitfalls for agile development methodologies?

like image 903
Gonçalo Veiga Avatar asked Nov 26 '22 21:11

Gonçalo Veiga


1 Answers

The common criticisms include:

  • Lack of structure and necessary documentation
  • Only works with senior-level developers
  • Incorporates insufficient software design
  • Requires too much cultural change to adopt
  • Can lead to more difficult contractual negotiations
  • Can be very inefficient — if the requirements for one area of code change through various iterations, the same programming may need to be done several times over. Whereas if a plan were there to be followed, a single area of code is expected to be written once.
  • Impossible to develop realistic estimates of work effort needed to provide a quote, because at the beginning of the project no one knows the entire scope/requirements
  • Can increase the risk of scope creep due to the lack of detailed requirements documentation
  • Agile is feature driven, non-functional quality attributes are hard to be placed as user stories
like image 188
George Stocker Avatar answered Dec 30 '22 12:12

George Stocker