Fundamentals Of Object-Oriented Design In UML By Meilir Page-Jones

Posted September 22, 2008 at 10:04 AM by Ben Nadel

Tags: ColdFusion, Books

Last week, I finally finished reading the Fundamentals Of Object-Oriented Design In UML By Meilir Page-Jones. Clark Valberg suggested this book to me almost a year ago when I was struggling with my Exercise List sample app for object oriented programming in ColdFusion. He said it totally changed the way he thought about object oriented programming. You may have also heard Hal Helms recommend this book; in fact, I believe I even heard that he [Helms] re-reads this book like once a year.


 
 
 

 
Fundamentals Of Object-Oriented Design In UML by Meilir Page-Jones  
 
 
 

I don't want you to think that it's taken me a year to read it - it's been a very on-again, off-again relationship. The actual reading took me just a few weeks. To be honest, though, I didn't read all the chapters. The middle section is all about Universal Modeling Language (UML) diagrams, and frankly, that didn't interest me all that much. Right now, I'm fairly satisfied with boxes and lines and some text. Until what's in my head becomes more accurate, I am not sure it matters how accurately I draw it on paper.

The rest of the book is jam packed with great object oriented principles - far more than I could ever absorb in one or two readings. After finishing this book, I can see why a man as brilliant as Hal Helms would reread it a number of times; there's just so much content here.

I feel like my first read through of this book was just to familiarize me with the high level concepts and the vocabulary. There are many terms in this book that I have never heard before in the computer science world. For example:

Connascence - Between software elements A and B, the property by which there is at least one change to A that would necessitate a change to B in order to preserve overall correctness.

Contranascence - Between software elements A and B, a form of connascence in which there is some property of A that must be held different for the corresponding property of B.

Extrinsic - B is extrinsic of A if A can be defined with no notion of B.

None of these concepts are difficult to understand on their own; but, after learning so many new concepts in a row, it becomes hard to follow conversations about them. I think what I need to do is study the Glossary a bit, then go back through the book chapter by chapter. At the end of each chapter, I should probably write a little summary about what it meant, but in my own words. I had to do this in 4th grade English class... and it done worked out pretty good for me then. That in and of itself might make a kind of interesting blog series, not unlike Sammy Larbi's series on Chad Fowler's, "My Job Went to India."

While I cannot yet grasp all the value that this book has to offer, I can definitely see that it is and will be a book that I recommend to people. More to come....



Reader Comments

Sep 22, 2008 at 1:17 PM // reply »
116 Comments

It is indeed an amazing book. Like Hal, I reread it on a regular basis (along with The Pragmatic Programmer).


Sep 22, 2008 at 3:03 PM // reply »
11,246 Comments

@Brian,

Yeah, I'll definitely have to put that into regular rotation.


Oct 10, 2008 at 6:46 PM // reply »
5 Comments

One of my favorite in OO A/D is Craig Larman "Applying UML and Patterns". I have to check out this one to..


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
May 25, 2013 at 10:01 PM
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
@Avi, Really glad to help! @Jaredwilli, I'm finding a this image hits home with a lot of people :) Hopefully we can all work through the rough patches together! @Prateek, AngularJS has error ... read »
May 25, 2013 at 9:53 PM
Nested Views, Routing, And Deep Linking With AngularJS
@Mrsean2k, I'm glad I could help! I haven't been able to keep up with the ui-router stuff. I keep saying that I'll carve out time, but I just haven't gotten to it :( ... read »
May 25, 2013 at 9:49 PM
What If All User Interface (UI) Data Came In Reports?
@Jonah, Thanks for the book recommendations. I am looking them up right now. I can see that Object Thinking is available for the Kindle App - sweet! Also, I just recently heard Martin Fowler on the ... read »
May 25, 2013 at 9:41 PM
HashKeyCopier - An AngularJS Utility Class For Merging Cached And Live Data
@Chris, I'm super excited to hear that my posts are helpful. I am also loving AngularJS; but, it definitely has some caveats and some odd behaviors and some things that just don't seem to "wor ... read »
May 25, 2013 at 9:36 PM
Ask Ben: Manually Enforcing Basic HTTP Authorization In ColdFusion
@Adam, @Jason, After reading these comments, I double-checked my latest implementation and I am happy to report that I am using listFirst() and listRest(). ... read »
May 25, 2013 at 9:31 PM
Using "//" And ".//" Expressions In XPath XML Search Directives In ColdFusion
@Daxesh, I am not sure I understand the question about the current node. If you already have a reference to the current node, why would you need to query for it? As for parent node, I believe that ... read »
May 25, 2013 at 10:08 AM
Using "//" And ".//" Expressions In XPath XML Search Directives In ColdFusion
@Ben, my question is that i want the current node with its tag and its parent node. i just want only that data. So, give me the solution for that. and remember solution is working on " xpath 1.0 ... read »
May 25, 2013 at 10:01 AM
Using "//" And ".//" Expressions In XPath XML Search Directives In ColdFusion
hey ben, i want get my current node tag and also want the root node tag withing. So, how can i fix it.. ! ... read »
InVision App - Prototyping Made Beautiful With Prototyping Tools