> Best book ever.
>
> Head First: Design Patterns

seconded.

but be careful, many people have made the mistake to throw as many
patterns at a project as possible.

all patterns do is give you a Linga Franks (common language) to
communicate various common/frequent problems and some possible
answers. the whole reason is to identify something that's been seen
before to then find a solution.

Think of it as a dictionary of ideas where people having similar
experiences can communicate.

favourites?
singleton ("there can be only one" .. oops, that's Highlander)
Factory classes, factory methods: (the cookie cutter)
adapter pattern (cheap converter code that can fit between two API's
without needing to change the API's)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to