Do you avoid combining different entities?

Last updated by RebeccaLiu over 9 years ago.See history

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.

Figure: Bad Example - Different entities are combined

Figure: Good Example - Different entities are separated

We open source. Powered by GitHub