Ted Leung on the air: Open Source, Java, Python, and ...
I was pretty interested to hear what Rebecca Wirfs-Brock had to say. Designing
Object-Oriented Software was one of the first O-0 books that I read
as a grad student back in the late 80's, and I've always appreciated
the CRC method as a lightweight yet effective mechanism for design.
Rebecca has a new book out, which looks like it elaborates on these topics.
It's hard to say, because she didn't talk about the book directly.
Instead, she talked about "Skills for Agile Designers" . Part of her
talk was about Agile methods -- she's not in the fundamentalist Agile
camp. The next section her talk covered "Tools for Seeing" -- ways
of looking at a system to bring the key design criteria into focus.
She talked about stereotypes of object roles as a way to bring out
the issues that will need to be dealt with. This is intended to be
a generative sort of approach -- if an object is acting as a
coordinator, then the design is likely to solve the following
problems, etc. She also mentioned how this perspective helped to
appreciate Peter Coad's use of color in UML diagrams. Someone in the group pointed out Streamlined
Object Modeling as a good resource for this kind of philosphy.
Another interesting topic was the use of JavaDocs as a way to yank
stuff back up and map it back to CRC cards (if you were using them).
The idea is to have a custom doclet that pulls just the descriptions
for class and method comments and renders them all into a big page(s).
This can then be used to try to trace stuff back to the CRC cards to
make sure everything was covered and nothing was gold plated.
The final section was called "Tools for Shaping Solutions", and
included a discussion of Problem
Frames by Michael Jackson.
I really enjoyed her talk but found it to be more focused on object
design/modelling and less about finding balance in the application of
Agile methods. Wilhelm pointed
out that her audience is probably normally people for whom object
modelling = RUP, and so in comparison a lot of the techniques that she
covered were Agile in comparison. Since this was a 3 hour talk
compressed into 1 hour, there were probably lots of things that got
left out. All in all an evening of quality presentations, and of
course, some good beer and conversation afterwards.
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
<a href>
, <em>
, <i>
, <b>
, <blockquote>
, <br/>
, <p>
, <code>
, <pre>
, <cite>
, <sub>
and <sup>
.You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk