Timeline for How accurate is "Business logic should be in a service, not in a model"?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 2, 2022 at 17:50 | comment | added | Álvaro García | The is it needed to have a layer that load the DTO from the data layer, conver it to the domain classes, call methods of the domain to do the business logic and finally persist the changes? | |
| Jan 18, 2018 at 22:29 | comment | added | Brian Morearty | @Daniel Kaplan do you know what the updated link is for the Bob Martin video? | |
| Nov 20, 2014 at 1:29 | comment | added | Andy | Agree with your point on ORMs; they propagate a lie that you map your entity directly to the db with them, when in reality an entity may be stored across several tables. | |
| Nov 12, 2013 at 22:44 | history | edited | Daniel Kaplan | CC BY-SA 3.0 | added 6 characters in body |
| Nov 12, 2013 at 22:29 | history | answered | Daniel Kaplan | CC BY-SA 3.0 |