I was reading through some blogs this morning, some how I managed to read a July 2007 post on Sean Corfield's site nearly a year later... which sent me to Brian Rinald's blog and Matt Woodwards Blog about Design patterns in CF (both are good reads, why I didnt see them before... who knows). Than I started reading about some of Brian's post on his cf.objective() reviews, which led me to this post in particular "Flex: No Framworks Required". Anyway, most of what I do is in Flex these days with little CF writing since I use a kick@__ generator (cough... Illidium) for most of the backend logic for most of the backend logic, ColdSpring & I am looking into leveraging Transfer.
Now I have read one book so far on Design patterns, "Advanced Design Patterns for ActionScript" by Joey Lott & Danny Patterson. This book discusses MVC, Command, Singleton, Proxy, Memento, Factory, Template and many others. Brian's post mentions some other patterns one of which I am not familiar with:
- Observer (I use this to help Cairngorm notify my view)
- Registry
- Responder (I use this)
In Sean's comments some folks talk about a ProtoType pattern that I am not familiar with yet , he also mentions a book by
"The Gang of Four" on design patterns another book that I may be adding to my collection soon.
So with all the hype, and I say hype not to mock patterns (I do indeed believe in their use), but in our community patterns are being talked about alot... therefore at the moment its the "hype". So with all the hype in patterns, is there a.....
Read more...