Skip to content

Commit 06e0a15

Browse files
committed
Applicability++
1 parent c53dcf1 commit 06e0a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-mapper/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ A layer of mappers that moves data between objects and a database while keeping
1717
## Applicability
1818
Use the Data Mapper in any of the following situations
1919

20-
* when you want to consolidate how the data layer is accessed
21-
* when you want to avoid writing multiple data retrieval/persistence layers
20+
* when you want to decouple data objects from DB access layer
21+
* when you want to write multiple data retrieval/persistence implementations
2222

2323
## Credits
2424

0 commit comments

Comments
 (0)