-
Notifications
You must be signed in to change notification settings - Fork 407
Closed
Milestone
Description
- Replace with non-nullable value (constructing with BaseUnit by default)
private readonly MassUnit? _unit; - Remove all the guard checks:
if(unit == MassUnit.Undefined) throw new ArgumentException("The quantity can not be created with an undefined unit.", nameof(unit));
Reactions are currently unavailable