Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 427 Bytes

File metadata and controls

7 lines (5 loc) · 427 Bytes

Active Record

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?