A UML Pattern Language

Unless you work in an environment with a skilled UML practitioner to act as a mentor, there's no feedback loop to guide your modeling development. This makes building models that are understandable to a large audience difficult. I recall when I learned C++, even with the feedback of the compiler and the running code, I never felt confident I was doing the right thing or using the tool in the right way until after I had read and applied the lessons in Scott Meyer's 'Effective C++' series of books. I've been looking for something similar to help with my UML techniques.
I finally lucked out this week and stumbled across a nice book on UML called A UML Pattern Language by Paul Evitts. The book uses the Christopher Alexander's pattern approach of specifying common UML problems and forces and then talks about the solution and provides examples. This was exactly the sort of feedback I've been looking for. I'm only half way through the book but I feel like I've gained some new insights into how to model more effectively.
Comments