jhnoor / tarik-autocoder

Tarik is an LLM-based automated developer
MIT License
4 stars 2 forks source link

Define your domain model #1

Closed jhnoor closed 1 year ago

jhnoor commented 1 year ago

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.

jhnoor commented 1 year ago

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