Object-Oriented Blog Process - I
I just opened the package that came in the mail, with "The Object-Oriented Thought Process" by Matt Weisfeld after a recomondation from Joe Rinehart. So far I've only read the back cover so I can't really say much about it yet. However to try to understand and remember what I read I'm thinking to blog as I read through it.
As some of you might know, I have been doing some Mach-ii development, and I have been looking at Model-Glue. I've also read pretty much what there is to read about OO in the CF blogsphere by the likes of Matt Woodward, Joe Rinehart, Jared Rypka-Hauer and many other bright minds.
While I do understand a lot of the OO stuff, I still feel that among the pieces that I've gotten, there might be pretty some important pieces lacking in the necasarry foundation for being a "real" OO programer. So here I go - starting with the introduction on page 1.


That is a great book. It really helped solidify, in my mind, quite a few OO concepts. What I really liked about the book is that it is language agnostic. The code examples, I believe, are Java, but the concepts can be applied to any language.