Presentation: Bob Martin's Principles of Agile Design
In a new InfoQ presentation, Bob Martin presents the first of his five "SOLID" principles of agile design, beginning with an explanation of the real purpose of object-oriented design - the management of dependencies:
"Uncle" Bob Martin helped create the Agile Manifesto, is a leading authority on Agile software development, and has authored books on Agile programming, XP, UML, object-oriented programming, and C++. Bob is the founder, CEO, and president of Object Mentor, whose professionals provide process improvement consulting, OO design consulting, training, and development services.
Discuss
I am going to make the case that software design - whether it be it object-oriented or otherwise - is really an exercise in dependency management, and that the things that go wrong with software design are dependency issues... Object-oriented design - especially applied in an agile context - gives us the tools to manage those dependencies and keep them so that the system remains non-rigid, non-fragile and reusable.Bob takes the audience on a tour through code example as it devolves into chaos, and then reworks the code to illustrate how dependencies can be managed with abstractions, and that good designs are those in which high-level abstractions do not depend on low-level details.
"Uncle" Bob Martin helped create the Agile Manifesto, is a leading authority on Agile software development, and has authored books on Agile programming, XP, UML, object-oriented programming, and C++. Bob is the founder, CEO, and president of Object Mentor, whose professionals provide process improvement consulting, OO design consulting, training, and development services.
Community comments
Educational Content
Concurrency in Clojure
Stuart Halloway May 17, 2013
Confessions of an Agile Addict
Ole Friis Østergaard May 16, 2013
Web Development: You're Doing It Wrong
Stefan Tilkov May 16, 2013
Programming The Feynman Way
Ben Evans May 15, 2013





Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think