View Single Post
Kickaha
Veteran Member
 
Join Date: May 2004
 
2004-07-26, 16:39

Quote:
Originally Posted by Dave
That SPQR thing looks interesting. Unfortunately, your website for it has lots of Big Words, and my Big Word quota has already been met by the class I'm about to take an exam for. (The class is "Programming Languages")
*laugh* Well all you really need to know is that it finds design pattern instances in your source code, regardless of your OO language, and does so even if the design patterns weren't explicitly put in there - if you happened to make one through good design principles, it'll find it. Or, if you have a design pattern instance that's hidden and scattered throughout your code, but it acts just like that design pattern should, it'll find it.

It makes documenting systems much easier, and training new developers much faster. It also give some really good clues as to refactoring plans, if you want to make hidden design patterns more explicit, for instance.

Now if you'll excuse me, I have to go make it *work*...

Last edited by Kickaha : 2004-07-26 at 16:48.
  quote