Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn authored Mar 8, 2025
1 parent 0f453df commit 8cc2282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ SendInvoice(customerId);
public void SendInvoice(CustomerId customerId) { ... }
```

_(you'll see the default public constructor is created, but the alalyzer stops you from using it, as described in a bit...)_

`int` is the default type for value objects. It is generally a good idea to explicitly declare each type
for clarity. You can also - individually or globally - configure them to be
other types. See the Configuration section later in the document.
Expand Down

0 comments on commit 8cc2282

Please sign in to comment.