Timeline for In DDD, is validation application logic, or domain logic?
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 6, 2019 at 12:00 | history | tweeted | twitter.com/StackSoftEng/status/1103264122303664131 | ||
| Mar 6, 2019 at 8:19 | history | protected | gnat | ||
| Mar 6, 2019 at 7:16 | answer | added | Barry Faassen | timeline score: -2 | |
| Apr 14, 2016 at 5:15 | answer | added | aryeh | timeline score: 11 | |
| Apr 11, 2016 at 6:44 | vote | accept | Extrakun | ||
| Apr 6, 2016 at 14:50 | answer | added | VoiceOfUnreason | timeline score: 44 | |
| Apr 6, 2016 at 11:14 | comment | added | Marjan Venema | What @RobertHarvey says. Validation should always be on the model, regardless of any validation by the "application" (isn't the model part of the application?). Any validation in the "application" should only be a repetition of the validation of the model - to enhance responsiveness of the UI, or should be related only to the "application" logic (as in: "on this form you can only enter ...", but I was assuming entity validation). Never trust the "application" layer for domain validation, it may not be your client sending the information... | |
| S Apr 6, 2016 at 8:40 | history | suggested | Juha Syrjälä | CC BY-SA 3.0 |
fix typo in title
|
| Apr 6, 2016 at 6:21 | review | Suggested edits | |||
| S Apr 6, 2016 at 8:40 | |||||
| Apr 6, 2016 at 6:11 | answer | added | Euphoric | timeline score: 0 | |
| Apr 6, 2016 at 5:53 | comment | added | Robert Harvey | You'r question assumes that there is always one, correct place to put everything. There isn't. | |
| Apr 6, 2016 at 3:58 | history | asked | Extrakun | CC BY-SA 3.0 |