A simple blog where I hope to keep track of a few of things I've learned [and those that I learn] while I work on becoming an hobbyist/Occupational Developer with Delphi for Object Pascal by CodeGear.
Monday, October 26, 2009
Sunday, October 11, 2009
The Observer Design Pattern in Delphi – Push
A summary and [my rendition of] the Delphi code taken from the second chapter of the book, Head First Design Patterns from O’Reilly.
As I mentioned in the first post in this series, I’m studying Design Patterns using the Head First Design Patterns book from O’Reilly. As part of this learning process I’m working through the existing examples written in Java and recreating them in Delphi. This is the third post in the series and the second that actually deals with one of the design patterns. The first post in the series also provides a list of additional resources on Design Patterns in Delphi that I’ve managed to track down. I must mention again that I don’t plan on teaching you design patterns, as that would be quite presumptuous of me considering that I’m just a student of them myself. I do intend to provide simply an overview of what I’ve learned and the resulting code I produced in the process.
As I mentioned in the first post in this series, I’m studying Design Patterns using the Head First Design Patterns book from O’Reilly. As part of this learning process I’m working through the existing examples written in Java and recreating them in Delphi. This is the third post in the series and the second that actually deals with one of the design patterns. The first post in the series also provides a list of additional resources on Design Patterns in Delphi that I’ve managed to track down. I must mention again that I don’t plan on teaching you design patterns, as that would be quite presumptuous of me considering that I’m just a student of them myself. I do intend to provide simply an overview of what I’ve learned and the resulting code I produced in the process.
Labels:
Design Patterns,
Newbie
| Reactions: |
Subscribe to:
Posts (Atom)