InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Architecture a Key Factor in Scaling Agile

Posted by Deborah Hartmann Preuss on Nov 16, 2006

Sections
Process & Practices,
Architecture & Design,
Enterprise Architecture
Topics
Agile ,
Architecture ,
Agile in the Enterprise ,
Modeling
Tags
Simplicity
Scott Ambler's article "Scaling Agile Development Via Architecture" in the November issue of Agile Journal summarizes strategies for Agile teams regarding architecture, and argues that an effective approach to architecture is an important aspect of scaling agile software development.

Many of the architectural strategies proposed by Ambler describe trade-offs; the implication is that you must tailor an approach which meets your unique situation.
Agile Architecture Strategies
  1. Focus on collaboration over documentation. "Agile architects" are ... not simply people who document their vision and hand it off to developers.
  2. Prove it with code. Everything looks good on a whiteboard, or in a modeling tool.
  3. Keep it simple. Agile software developers model ... in ways which are very different than traditionalists.
  4. Use the simplest tools. ... free form diagrams, ... simple sketches ...
  5. Think through the big issues up front.
  6. Think through the details just in time. ... "model storm" focused issues on a JIT basis.
  7. Allow good architectures to emerge over time. ... the fact is that the details will emerge as your system evolves to meet the changing needs of your stakeholders.
  8. Travel light. Remember Agile Modeling's They Ain't Gonna Read It (TAGRI) advice.
  9. Have a few overview diagrams. Just like a road map overviews the organization of a town, your navigation diagram(s) overviews the organization of your system.
  10. Be flexible. ... the nature of the project will help to define the types of views that you should consider creating.
  11. Display models publicly. Distributed teams find that a Wiki with snapshots of diagrams and point-form text works well.  
  12. Take a requirements-driven approach. Your architecture must be based on actual requirements put forth by your stakeholders, otherwise you are "hacking in the large."
  13. Model with others. By working collaboratively you will create a higher quality product, will develop a shared vision, and will learn from one another.
Ambler's approach is rather distinctive from the traditional "big design up front" style in its view of the architect role:
To avoid an ivory tower architecture, the members of the core architecture team take active roles ... working with them to prove portions of the architecture via concrete experiments. From the point of view of the development sub-teams, the architect acts as both an architectural consultant and as an active member of the sub-team. In other words, the architect is another member of the team who gets his hands dirty coding.
The article includes an introductory diagram outlining the Agile Model Driven Development project lifecycle.

In conclusion, Ambler discusses how Architecture Enables Scale, addressing large teams, distributed / non-colocated teams, and projects delivering components to huge projects spanning 10 years or more. Using these strategies, he proposes that the core architecture team and the models which they create will help to promote a shared, evolving vision throughout the lifetime of even the most complicated project.

Scott Ambler is Practice Leader Agile Development, IBM Methods Group, and the originator of both Agile Model Driven Development and Agile Data Modeling.  The tagline on his homepage reads: A good developer knows that there is more to development than programming...
  • This article is part of a featured topic series on Agile

No comments

Watch Thread Reply

Educational Content

Jesper Boeg on Priming Kanban

In this interview, Jesper Boeg, author of the new InfoQ book – Priming Kanban, discusses the keys to using Kanban effectively, and how to get started if you are currently using other approaches.

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.