Active Record

May 22, 2020 ยท View on GitHub

Related topics suggested by Krzysztof Grzybek

  • How hard is to test code that uses Active Record? How is domain model tied or independent from data layer?
  • What's the relation between objects implementing Active Record and the Single Responsibility Principle?
  • How easy is to hit the database multiple times (e.g. in foreach loop) because of the leaking abstraction?