Put data-input validations on the command form, not the command
takeaway2 connections
Command-form validations are data-input validations tied to the view; they should not be conflated with business-logic validations on the command/aggregate.
type
recommendation
takeawayPut data-input validations on the command form, not the command