-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Init DDD cookbook #196
Conversation
21bd14c
to
4ac1bab
Compare
ef0bb41
to
73a35b6
Compare
Co-authored-by: Dmitri Perunov <[email protected]>
} | ||
``` | ||
|
||
The idea is to reuse this command to create the book in the storage for your "create" operation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure how but I think this sentence should be rephrased to be less repetitive
{ | ||
public function apply(DataSourceInterface $dataSource, string $name, $data, array $options): void | ||
{ | ||
throw new \RuntimeException('Not implemented'); // We cannot use the DataSource generic abstraction |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe worth explaining why not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hum indeed, that could be interesting to add this on the cookbook.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've opened this issue with that comment
#202
Co-authored-by: Estelle Gaits <[email protected]>
Co-authored-by: Estelle Gaits <[email protected]> Co-authored-by: Dmitri Perunov <[email protected]>
No description provided.