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.

Presentation: Martin Fowler and Dan North Talk Over the Yawning Crevasse of Doom

Posted by Abel Avram on Aug 13, 2008

Sections
Process & Practices
Topics
Collaboration ,
Agile ,
Communication
Tags
Ubiquitous Language ,
Feedback ,
DSLs ,
Domain Driven Design ,
Qcon London 2007

In this presentation filmed during QCon London 2007, Martin Fowler and Dan North talk about the communication gap existing between the developers and the customers or users. Closing this gap is extremely important in order to create successful software.

Watch:  Martin Fowler and Dan North Talk Over the Yawning Crevasse of Doom (1 hour)

Usually, those who request a software to be built and those who actually build it belong to two different worlds, using different jargons and having different ways of approaching software. That creates a crevasse in communication between the two sides which can doom a project. Martin gives an example of such a gap by quoting a study which says that a significant part of the features delivered for a system were never used. Some members of the development team built features never used because they did not clearly understood what was requested from them.

How can we close a gap? Martin and Dan offer two options:

  1. Ferry. A ferry could go between the two sides of the gap in order to connect them. Such an example would be an analyst which would constantly make the trip between the business people and the development team, and would "translate" the communication between the two.
  2. Bridge. A bridge between the sides would directly close the communication gap, offering a much larger bandwidth and a strong connection. Anyone would use a bridge rather than a ferry over a crevasse.

Martin and Dan favor the bridge, and they show why using it is helpful for the success of the project. They also talk about the tools to be used. Some of the examples are:

  • Conversations can inspire new ideas, new requirements.
  • Motivation is an essential part of the process. Bad communication will undermine motivation.
  • Ubiquitous language helps bridge the gap between the business people and the developers by giving them a common language which helps them understand each other.
  • DSL allows business people to read through code and understand what is going on, so they can spot misinterpreted requirements.
  • Feedback plays an important role in communication. The gates should be kept opened so feedback comes in.
  • This article is part of a featured topic series on Agile
Great presentation! by Stephen Cresswell Posted
Partly Disagree by Ashwanth Fernando Posted
Re: Partly Disagree. by Ashwanth Fernando Posted
  1. Back to top

    Great presentation!

    by Stephen Cresswell

    Shame it's cut short by (what I assume to be) a few minutes

  2. Back to top

    Partly Disagree

    by Ashwanth Fernando

    I think I would not go as far as to say that the BA (Business Analyst) does not need to be the middle man in software projects. The set of tasks that developers need to do , every day become increasingly bigger and bigger - Architecting, Design, Coding, Unit Testing, Integration Testing, Memory Profiling, Learning on new technologies, Versioning, etc. etc. This makes them impossible to remove the ferry man and create a direct bridge between the business and developers. A techno functional BA must be present to write the requirements documents and translate between jargons, so that developers can atleast go home by 12.00 Midnight. You see, if developers come to work cursing, because they are not getting enough work-life balance, that is not a good thing either.

    However, there has to be workshops on a regular basis (perhaps every couple of weeks) between the developers and the business so that the developers get a feel of what the business really wants out of a project.

    On other days, the ferry man's duty is translation, adding functional ideas to the business folks and giving them to the developers, so that developers concentrate on their core activities.

  3. Back to top

    Re: Partly Disagree.

    by Ashwanth Fernando

    But one thing that I like, is Martin Fowler's way of presenting concepts, either in his books or at a talk. Simply phenomenal!! I used to like Josh Bloch's presentation skills. Martin Fowler is just as good, if not better.

    Keep it up Martin!

Educational Content

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.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?