Sample vs main solution #940
sdudnic-ingerop
started this conversation in
General
Replies: 1 comment
-
Yes, I'm using the sample as a place to play around with some ideas, and to demonstrate how more complex models work. In the template, since you're going to need to throw away everything that isn't useful to your domain model, I'm keeping it simple(r) by design. I may move some of the things you see in the sample into the template, though, such as using Vogen for IDs and some other value object types. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We remark differences between the main solution (Clean.Architecture) and the Sample (NimblePros.SampleToDo).
Let's take Contributor.cs: in Clean.Architecture it's older that in the Sample (where the PhoneNumber is also present as class and field), and the Name is a string, in the Sample the name is a ContributorName, and there is no PhoneNumber anymore:
versus SampleToDo
Beta Was this translation helpful? Give feedback.
All reactions