Do you avoid combining different entities?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

If the form controls are different entities, they usually have different data and different validation, thus they should not be combined. Having the controls separated also make the form easier to read.

Image

❌ Figure: Bad Example - Different entities are combined

Image

✅ Figure: Good Example - Different entities are separated

acknowledgements
related rules