Status Updates From Design Patterns Explained: ...

Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns Series) Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns Series)
by


Status Updates Showing 1-13 of 13

order by

Tim
Tim is on page 370 of 468
Singletons are a terrible idea. Don't use them. They make your code harder to test, and don't solve life time issues. Create the objects you need and pass them down to where they are needed.
Aug 14, 2018 06:08AM Add a comment
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns Series)

Tim
Tim is on page 296 of 468
The analysis matrix looks like a good tool for software design
Aug 08, 2018 03:02AM Add a comment
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns Series)

Tim
Tim is on page 276 of 468
Yuck, the author is promoting Singletons again
Jul 27, 2018 04:26AM Add a comment
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns Series)

Tim
Tim is on page 263 of 468
"However, these topics are beyond the scope of this book. See Chapter 25 for more information on these areas."
Jul 24, 2018 06:24AM Add a comment
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns Series)

Tim
Tim is on page 248 of 468
Good chapter here putting together the theory and philosophy of earlier chapters.
Jul 18, 2018 06:50AM Add a comment
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns Series)

Tim
Tim is on page 186 of 468
Yet another mention of the dangerous Singleton pattern. In this particular case a reference counted shared pointer would be much better. I can only presume this 2007 book predated robust and wide implementation in the standard library.
Jul 12, 2018 06:16AM Add a comment
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns Series)

Tim
Tim is on page 156 of 468
The chapter on the Strategy Pattern is great for breaking apart giant class inheritance trees into separate class trees for each business rule or algorithm.
Jul 11, 2018 03:30AM Add a comment
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns Series)

Tim
Tim is on page 50 of 468
I haven't seen Expert Systems talked about for a long time. All about machine learning and AI now.
Jul 03, 2018 02:04AM Add a comment
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns Series)

Willem
Willem is on page 297 of 468

Apr 09, 2018 11:11PM Add a comment
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns Series)

Gregory
Gregory is 55% done
I like the the approach of showing how one might "discover" patterns through analysis of real problems. At times, the presentation can be a bit pedantic, but that's okay. I find it quite insightful.
May 21, 2016 07:10PM Add a comment
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns)

Zhen Yong
Zhen Yong is on page 29 of 468
UML
Sep 18, 2013 08:58PM Add a comment
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns Series)

David Post
David Post is on page 93 of 468
Haven't been reading this book in awhile, so I'm going to try to start off from about where I left off.
Jun 24, 2013 11:44AM Add a comment
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns Series)

Dan Francis
Dan Francis is finished
A combination of the Gang of Four book and Alexander's A Timeless Way of Building but I would recommend reading those books instead.
Jul 18, 2011 04:26PM Add a comment
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns Series)