0
votes
3answers
89 views
Non-GOF patterns
How many design-patterns can you name that are not GOF patterns?
Do you have any web-link that lists those names?
1
vote
3answers
88 views
Gang-of-four pattern usage in aspect-oriented-programming?
I am doing research on a SOA topic and i am trying to understand what gang of four say about aspect orientation. I also need to implement one of these pattern in AOP paradigm.
What would be best …
3
votes
6answers
222 views
Treating Classes as First Class Objects
I was reading the GoF book and in the beginning of the prototype section I ready this:
This benefit applies primarily to
languages like C++ that don't treat
classes as first class objects.
…
7
votes
8answers
616 views
When to call the gang of four? [When to use design patterns?]
In The Guerilla Guide to Interviewing Joel says that guys who want to get things done, but are not smart will do stupid things like using a visitor design pattern where a simple array would be …
8
votes
5answers
510 views
Which design patterns are underutilized?
Is there a specfic Gang Of Four Design Pattern that you frequently use, yet hardly see used in other peoples designs? If possible, please describe a simple example where this pattern can be useful. …
