BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Interview: Software Design Helps Being Agile

Interview: Software Design Helps Being Agile

Bookmarks

In this interview made by InfoQ’s Deborah Hartmann during Agile 2008, Rebecca Wirfs-Brock talks about software design, the need for good design and the technical debt that might accumulate slowing down the development process. The conclusion is that agile developers should not disregard design.

Watch:  Software Design Helps Being Agile (37 min.)

Many people new to Agile emphasize the need for code testing and delivering unit tests along with the code, forgetting about the need to maintain code design over time and the design complexity they might introduce. Ignoring code design will have negative consequences over time.

One of the signs showing damaged code design is the team’s inability to evaluate how much the implementation of a new story will take, because it is not clear where the new code is supposed to be fit in. Another sign is that new functionality is added with reduced velocity.

Perhaps the most important result of not having nor maintaining a good design, according to Rebecca, is the technical debt. While it is OK to deliver a product with a certain amount of manageable technical debt, it is not desirable to let it accumulate too much because it will affect the future of the product and its maintenance.

The conclusion of the interview is that agile developers should consider some software design upfront and should add new functionality following design patterns.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Framework First

    by Dhirendra Negi,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    You have to have a framework first, which can act as a replacement of design for the next set of stories. I assume this is the way we can cut down on design everything and code next strategy.

  • How can I downlaod the video?

    by yongji zhang,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Very slow , I can't listen one whole sentence.
    But ,I 'm really want to view this video.

  • Re: How can I downlaod the video?

    by Floyd Marinescu,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Very slow , I can't listen one whole sentence.But ,I 'm really want to view this video.
    I'm sorry but we don't have these for download, but why don't you print the transcript right below it so you can read it?

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT