A summary and [my rendition of] the Delphi code taken from the first chapter of the book, Head First Design Patterns from O’Reilly.
As I mentioned in a previous post, 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 second post in my series and the first that actually deals with one of the design patterns. This first post in the series 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.