Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 511 Bytes

File metadata and controls

16 lines (12 loc) · 511 Bytes

Feature Creep

Summary

As the project progresses, a large amount of new feature requests emerges. Their implementation subsequently leads to an increase of complexity of the product.

Symptoms

  • new features comitted to code throughout the project, even in later phases
  • late changes to requirement artifacts, or
  • a higher ratio of "feature" or "enhancement"-type tickets added in later phases

Related Anti-patterns

Anti-pattern Relation

Sources

[HAR'16]