Updated eBook .PDF to latest DRAFT version
This commit is contained in:
parent
ba11c78ef9
commit
1995befeaf
Binary file not shown.
Binary file not shown.
@ -5,7 +5,7 @@ using System.Runtime.Serialization;
|
|||||||
|
|
||||||
namespace Microsoft.eShopOnContainers.Services.Ordering.API.Application.Commands
|
namespace Microsoft.eShopOnContainers.Services.Ordering.API.Application.Commands
|
||||||
{
|
{
|
||||||
// DDD and CQRS patterns comment: Note that it is recommened to implement immutable Commands
|
// DDD and CQRS patterns comment: Note that it is recommended to implement immutable Commands
|
||||||
// In this case, its immutability is achieved by having all the setters as private
|
// In this case, its immutability is achieved by having all the setters as private
|
||||||
// plus only being able to update the data just once, when creating the object through its constructor.
|
// plus only being able to update the data just once, when creating the object through its constructor.
|
||||||
// References on Immutable Commands:
|
// References on Immutable Commands:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user