I wonder what is the best way to make input valida...
# compose
a
I wonder what is the best way to make input validations to produce the same validation results on two sides(VM and Compose) and make it generic as much as possible.
c
Why would you validate on two sides? Just do it on the VM, as the source of truth.