mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
537 B
537 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug |
|---|---|---|---|---|---|---|
| Have a single source of truth for validation rules | 1272826456960315392 | laravel-clean-code-tactics | samuelstancl | 2021-04-06T16:07:37+00:00 | have-a-single-source-of-truth-for-validation-rules |
If you validate some resource's attributes on multiple places, you definitely want to centralize these validation rules, so that you don't change them in one place but forget about the other places.