Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 344 Bytes

File metadata and controls

6 lines (4 loc) · 344 Bytes

Data Mapper

  1. ActiveRecord violates the SRP principle and it's hard to test. If we would have a simple application which only read and stores data, with no business logic included, Active Directory seems to be the best choice. In every other case, I would go with Data-Mappers.