Remove DDD boilerplate
A reference .NET application implementing an eCommerce site
Brought to you by:
jobily
Originally created by: adityamandaleeka
Originally owned by: ajcvickers
From @bricelam:
It is the professional opinion of the EF team that the DDD patterns employed in the Ordering.API and related projects are of no value (and possibly even result in negative value) and can safely be removed for the sake of maintainability.
This includes, but is not limited to:
IdentityGuid as the primary key (instead of the current surrogate key) for Buyer
Originally posted by: adityamandaleeka
@ajcvickers @bricelam Is there a timeline for when this will get done? Just wondering if it's for 11/14 or not.
Originally posted by: ajcvickers
@adityamandaleeka No, this is a longer-term thing. We have to decide what to replace it with.
Originally posted by: davidfowl
@ajcvickers Can we make some incremental progress (based on the above items) in the mean time? Some of those work items seem small.