|
|
|
|
|
by amw-zero
1773 days ago
|
|
Here’s another review / critique of this book, but with a full implementation based on the author’s grievances: https://enterprisecraftsmanship.com/posts/growing-object-ori.... The main point of it is to avoid testing via mocks and to also avoid interfaces that are only there for testing purposes. The end design is extremely simple, and because it has command / query separation, the actual logic is trivially testable. Give it a read. I love Growing Object oriented software guided by tests as well, these are all just different approaches with different mindsets. |
|