ddd-in-php-book-issues
ddd-in-php-book-issues copied to clipboard
Leave your comments, improvements or book mistakes as an issue! Thanks ❤️
Some code examples lack of namespace. The `TransactionalSession` interface, for instance... In the book, I don't recall seeing its definition with namespace, so I got a bit confused about where...
Keyvan doesn't work in TransferWise anymore 😢
Thanks for this great book guys. As a newbie to DDD it was very helpful (though I have to admit I had to re-read a few parts to get my...
Hi, by now I have 2 little mistakes to share. Chapter: 1.1 Why Domain-Driven Design? [...] DDD **empathises** making sure business and software talk the same language. Should be **emphasize**...
Hi, in the Application > Request part of the book there is an example about using Silex to validate the form and proceed with user signup: ``` // On a...
On page 24, there is a `recordApplyAndPublishThat` method mentioned, that calls the `recordThat` method and the `applyThat` method. Should the `recordThat` method not simply call the `applyThat` method? Or is...
The code examples at the end of the Aggregates - Key Concepts chapter are missing formatting. In both PDF and e-book versions.
Hi there, just got the book, seems promising :) There is few links wired to https://github.com/dddinphp which points to nothing anymore. I believe this should have been rewired to https://github.com/dddshelf.