Thursday, 11 December, 2008

Design Patterns in Delphi – Resources

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 first of many posts, hopefully, that are the result of that learning process. This first post in the series is simply a list of known [ones I’ve found] resources on Design Patterns in Delphi.

I don’t plan on teaching you design patterns as that would be quite presumptuous of me, considering I’m just a student of them myself.  I do intend on providing you with an overview of what I’ve learned and any/all the resources I’ve used to learn the pattern at hand.  As indicated, the primary resource will be the Head First Design Patterns book mentioned above.  There are numerous other books available on the topic but this is the one I have and will be using. 

I would like to point out that there are a number of resource out there, readily available, defining these patterns in Delphi.  I’ve listed all the ones I have found so far below.  In future posts I plan on providing an Additional Resources section at the end of each post –but- it’ll be just the resources I used to learn that particular pattern.

If you’re a guru at Design Patterns, please feel free to leave additional suggested titles and other applicable comments in the area provided below.  Any links to additional resources dealing with Design Patterns in Delphi, that I’ve missed, will be thoroughly appreciated and of significant assistance.

What I’ve Found:

 

What Others Have Added:

 

Looking forward to getting into Design Patterns in Delphi.

Thanks for stopping by …
Dave