Search the web
Sign In
New User? Sign Up
steve_dewhurst · The Steve Dewhurst Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
There must be a pattern...   Message List  
Reply | Forward Message #36 of 62 |
What better way to end the year than with a discussion of design patterns?

Once, Weakly: Checked Bridge
--------------
Checked Bridge is a (proto)pattern that allows different versions of
Bridge interfaces and implementations to work together.

When the Bridge pattern is used with different versions of software that
are distributed at different times, it is often the case that the
interface part of the Bridge may be paired with an implementation part
that was developed for an earlier or later version of the interface.
The Checked Bridge pattern shows how to export the implementation
requirements of an interface to potential implementations, and perform a
fine-grain capability query to ensure that a particular aspect of an
interface’s functionality is supported by its implementation.

See the "Once, Weakly" for 23 December at
http://www.semantics.org/weekly.html

New Version of Practical Design Patterns in C++
-----------------------------------------------
The tried-and-true patterns course has been extensively revised to include:

1) additional non-GOF patterns
2) integration of C++ template programming techniques in pattern application
3) additional material on how to choose the "right" pattern
4) compound patterns and pattern languages
5) an entirely new section on Alexandrescu's policy-based design

See a full course description at
http://www.semantics.org/courses/patternsincpp.html








Tue Dec 23, 2003 12:07 pm

stephencdewh...
Offline Offline
Send Email Send Email

Forward
Message #36 of 62 |
Expand Messages Author Sort by Date

What better way to end the year than with a discussion of design patterns? Once, Weakly: Checked Bridge ... Checked Bridge is a (proto)pattern that allows...
Stephen C. Dewhurst
stephencdewh...
Offline Send Email
Dec 23, 2003
12:18 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help