YoussefMorad1 / DepartmentsHandler

Departments Handler Backend System Using ASP.NET MVC
2 stars 0 forks source link

Consistency in Client Side Input Validation Errors Messages #6

Open YoussefMorad1 opened 8 months ago

YoussefMorad1 commented 8 months ago

Sometimes You use the [ErrorMessage="whateveer"] annotation on attributes on your View Model (currently model). and while other you didn't.

I know this is currently done to see difference between custom and default error messages. But Keep consistency is someting to look into in the future.