Replies: 8 comments 2 replies
-
Composite |
Beta Was this translation helpful? Give feedback.
-
PubSub, read-write lock. |
Beta Was this translation helpful? Give feedback.
-
Comments from Twitter:
|
Beta Was this translation helpful? Give feedback.
-
Strategy ? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Visitor pattern for ASTs or similar |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Oh, and for heaven's sake, the list is missing State. |
Beta Was this translation helpful? Give feedback.
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 ·
Beta Was this translation helpful? Give feedback.
All reactions