<= Home

May Design Pattern Presentation Details

Posted about over 2 years ago

Last night’s presentation went good and I was really happy with the turnout. Many developers had some great questions and I hope was able to answer them. Again if you have any questions in the future I am always happy to do my best to point you in the right direction.

 

As promised I have links to the material covered. Please note that in my power point presentation I have notes that are fragmented ideas of points I wanted to cover – feel free to ignore them. Also I have two types of code samples, one where I apply patterns and one solution where design patterns are not applied so that the differences are more evident.

 

            Power Point Presentation

            Solution of Code Samples not using patterns

            Solution of Code Samples applying patterns

 

 

Also I have other code samples on my blog that demonstrate some practical uses of design patterns. Here is a real world Strategy example and a Decorator example...stay tuned for more!

 

And last but not least here are the resources I mentioned in my presentation.

 

?    OOP Principles:

§         www.objectmentor.com

 

?    Design Patterns:

§         www.doFactory.com

§         www.hillside.net

§         www.patternshare.org

 

?    Books:

§         Design Patterns: Elements of Reusable Object-Oriented Software (GoF)

§         Refactoring to Patterns

§         Head First: Design Patterns

§         Patterns of Enterprise Application Architecture (PEAA)

§         Enterprise Integration Patterns: Designing, Building, and deploying messaging solutions

 

 

P.S. On June 6th we are having our monthly nerd dinner and all are welcome

 

(5.12 UPDATE: A good recent post on Object Oriented Principles)