jhnoor/tarik-autocoder

Define your domain model

Closed this issue · 1 comments

Determine the main entities, value objects, and aggregates your application will need to model its domain. Create a new folder named "Domain" within the "src" directory and add a corresponding "Domain.csproj" file. Implement your domain model classes in this layer.

Nah, too many layers at this point. Let's keep it simple.