What is Agile and its Benefits?

Jennifer Yoo
2 min readDec 27, 2020

Agile methodology in software development implements collaboration between self organizing cross functional teams. Agile methods encourages teamwork, accountability, and flexibility which allows for fast delivery for end users.

The Manifesto for Agile Software Development is based on twelve principles.

  1. Customer satisfaction by early and continuous delivery of valuable software.
  2. Welcome changing requirements, even in late development.
  3. Deliver working software frequently (typically in weeks).
  4. Close, daily cooperation between business people and developers.
  5. Projects are built around motivated, trusted individuals.
  6. Face to face conversation is the best form of communication.
  7. Working software is the primary measure of progress.
  8. Sustainable development, able to maintain a constant pace.
  9. Continuous attention to technical excellence and good design.
  10. Simplicity is essential.
  11. Best architectures, requirements, and designs emerge from self-organizing items.
  12. Regularly, the team reflects on how to become more effective and adjusts accordingly.

There are also subsets of Agile. The most popular process framework is called Scrum. Scrum is used to manage intricate program development using iterative and incremental practices. It aims to increase productivity and save time. The overall advantages Scrum offers to the company are: increasing quality of deliverables, planning for changes, more accurate estimated deadlines, and more control of project schedule.

The table below demonstrates the benefits of Scrum.

from cprime.com

While there is no substantial empirical evidence that agile methods are advantageous but there are numerous accounts of anecdotal evidence from companies and software engineers.

One example of a successful agile transformation is Capital One Europe. Six years after moving away from legacy processes and implementing agile methodologies, their software engineering team grew 100%, from 30 to 300 engineers. The tech team can deliver quicker results to customers while keeping costs low.

Additionally, in uncertain times where companies had to make changes to their workflow and shift to work at home, the agile approach helped companies thrive under unexpected challenges.

--

--