views:

164

answers:

2

We all know the great book about design patterns known as Gang of Four, and the Patterns for Enterprise by Fowler.

I would like to propose this wikified question to collect unusual software patterns for obscure and nice situations, spanning procedural programming, functional programming, OO and AO programming. Give your imagination and experience full freedom.

Somewhat Related: http://stackoverflow.com/questions/37337/beyond-gof-design-patterns

+4  A: 

take your pick:

http://martinfowler.com/bliki/design.html

anthony
Yikes!.........
Robert Harvey
NashvilleProject is definitely a design pattern I wasn't familiar with.
Kyralessa
Not exactly what I meant. I would like to collect code or diagrams as well. This is not a question which is supposed to close within a few days. It's more of a long term mission. The link you provide does not put focus on code.
Stefano Borini
+1  A: 

The Portland Pattern Repository already exists as an early repository of patterns and is the original wiki. There's no point reinventing the pattern wiki.

Terry Wilcox