|
|
|
|
|
by pc86
3058 days ago
|
|
> I tend to disagree with the author's approach of pushing routine stuff out to the realm of "magically happens behind the scenes" Me too, and it's easy to take this approach way too far to where you're basically recreating your own MVC architecture in some pseudo-service layer that you're not 100% sure how it even gets executed in the first place. But I'll admit for things you should be doing on 99.9% of calls (e.g. validating the model) it's nice to have it done one place and one place only. |
|