Replies: 8 comments 2 replies
|
Composite |
|
PubSub, read-write lock. |
|
Comments from Twitter:
|
|
Strategy ? |
|
I find Factory to be one of the most useful. You take a string, a int or an enum and you return an instance of a type. I use it with variant (factory can be non polymorphic and exhaustive right?) and quite useful to parse some data and output different types. |
|
Visitor pattern for ASTs or similar |
|
Strategy, Template Method, and Bridge seem like unfortunate omissions, to me. The combination of the first two brings forth aspect-oriented programming. The latter, despite someone doubting it on twitter, is massively useful for ABI insulation. |
|
Oh, and for heaven's sake, the list is missing State. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Yes, I know this is a ridiculous question.
However, I'm trying to prioritize the design patterns for issue #29
93 votes ·
All reactions