Tuesday, April 14, 2009

Agile Architecture talk from Coplien

For a nice glimpse at the future of programming as it evolves, I strongly recommend this talk from my favorite architecture guy: Coplien. Prerequisites: get a beer, slippers and a robe, the conclusion is not light reading!


http://blog.jaoo.dk/2009/03/04/handling-architecture-in-the-agile-world/


Some of the things that deserve emphasis:



  • The need that the application’s own model matches the model the users have in their head, i.e. the “view of the world” is obvious, but, unfortunately, it is not obvious to many…

  • Architecture is the essence of structure (the form), not the structure itself.

A good agile/lean architecture:



  • supports change

  • Supports user interaction

  • Lowers discovery costs, rework

Other memorables:



  • Habitable code – code where the designer could choose to live. Do you like your code? Would you live with it?

  • Refactoring is bad! We want to avoid re-work…you need a system view, not code–as-you-think!

  • The long forgotten purpose of OO is to capture the model from the user’s mind, not create toys for developers!

  • (Razie says hmm): Do object diagrams instead of class diagrams – users think in terms of instances, not abstract classes.

  • The GUI is not something between the GUI and the model, is a tool allowing the user to mess with the model! Kent Beck said “you can’t hide a bad architecture behind a good GUI”.

  • (Razie says hmm): Requirements are the LAST thing you look at when doing architecture!

  • Need architecture upfront, code just-in-time!

  • Java is a TOY language.

  • Scala’s got traits, baby!

This is the brief follow up: http://blog.jaoo.dk/2008/12/20/jaoo-video-2008-james-o-coplien/



  • Peter Coad’s now a pilot, but his role-based color modeling should’ve taken off!

blog comments powered by Disqus