InfoQ

News

Presentation: Lessons Learned from Architecture Reviews

Posted by Abel Avram on Jul 29, 2008 03:05 PM

Community
Architecture
Topics
Tags
Architecture Evaluation ,
Reviews

In this presentation, Rebecca Wirfs-Brock presents some practical lessons she has learned from doing architectural reviews. Many times projects are not delivered in time, or have quality problems or have an incomplete set of features due to architectural flaws. The reviews are meant to highlight existing risks and strengths of the architecture, and to reveal issues initially neglected.

The hardest to do 5 things Rebecca learned from reviews are:

  1. Rainy Day Scenarios. What do you do when things go wrong? Propose some rainy day scenarios with corresponding solutions.
  2. Merging Existing Systems. Many hidden requirements are in the heads of support or buried in custom code, which makes merging very difficult. Many times it is better to start clean with a new system rather than merging with another one.
  3. Describing Decisions. Try to explain the architectural decisions you made. That is easier to do with a constructive reviewer than with stakeholders.
  4. Overcoming Cognitive Biases. Cognitive biases are distortions in how people naturally tend to process and interpret information.
  5. Giving Advice that is Followed. The advice should come as recommendations, suggestions, and observations in a way that people listen to.

The entire presentation is 58 minutes long.

Thanks for sharing the experiences by Dinkar Gupta Posted Jul 30, 2008 1:29 PM
Cost versus good architecture by Prasanna Nippani Posted Aug 2, 2008 9:19 PM
Painful by Randall Cook Posted Aug 19, 2008 12:07 AM
  1. Back to top

    Thanks for sharing the experiences

    Jul 30, 2008 1:29 PM by Dinkar Gupta

    Thanks rebecca for sharing these lessons with us. I have noted all of these and am going to consider these while I undertake reviews of architecture or present my own architecture designs for review. we have also experienced some of these things mentioned by you - especially the first one. Majority of people consider architecture review (audit) as a means of validating the technology choices.

    it would be great if you can also share some of your experiences of design reviews of object oriented applications! This would be of great value considering majority of architects are regularly engaged in application designs using object oriened paradigm.

  2. Back to top

    Cost versus good architecture

    Aug 2, 2008 9:19 PM by Prasanna Nippani

    This is a very good presentation. I have been looking for something like this for quite some time. I would like to learn from your experience on how to effectively deal with the situations where cost becomes a barrier to architecture.

  3. Back to top

    Painful

    Aug 19, 2008 12:07 AM by Randall Cook

    There was about 20 minutes of content in this presentation, if that. The presentation style was poor, with the speaker exuding tension and nervousness. If the unit test I was running had finished sooner, I wouldn't have watched the whole thing.

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.