I agree with Doug, especially if the concrete types are resolved based on some other business rules (i.e. a different strategy is used based on some different criteria).
> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Horizontal Rules
Three or more dashes or asterisks:
---
* * *
- - - -
Manual Line Breaks
End a line with two or more spaces:
Roses are red,
Violets are blue.
Fenced Code Blocks
Code blocks delimited by 3 or more backticks or tildas:
```
This is a preformatted
code block
```
Header IDs
Set the id of headings with {#<id>} at end of heading line:
## My Heading {#myheading}
Tables
Fruit |Color
---------|----------
Apples |Red
Pears |Green
Bananas |Yellow
Definition Lists
Term 1
: Definition 1
Term 2
: Definition 2
Footnotes
Body text with a footnote [^1]
[^1]: Footnote text here
Abbreviations
MDD <- will have title
*[MDD]: MarkdownDeep
FUTURE POSTS
No future posts left, oh my!
RECENT SERIES
Recording
(8): 17 Feb 2023 - RavenDB Usage Patterns
Comments
Front Controller with Command Pattern?
Smugness?
The SomethingDoer-DoIt pattern?
delegate?
Pyotr, now you're just making stuff up.
Looks like "Tell, don't ask" but this is more a principle than a pattern...
It looks like a strategy for me
This is the "Command Pattern", no? I seem to have at least one of these per project.
Terry,
Yes, absolutely.
I'm with Adam
Singleton
Singleton
Singleton
;-)
Strategy pattern.
Chain of Responsibility
I agree with Doug, especially if the concrete types are resolved based on some other business rules (i.e. a different strategy is used based on some different criteria).
Singleton!!!!!
HAHAHA! Smug pattern!
Comment preview