| |
- Business logic moves when the data moves
- Easier to find (auditing easier)
- Easier to document (location, language, domain)
- Not repeated across many applications
- New applications do not need to reinvent this wheel
- Logic is all in one place and can be changed atomically
- Much harder to circumvent, keeps data safe and consistent
|