Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
docs: grammar and wording fixes in active-record-data-mapper.md (type…
Browse files Browse the repository at this point in the history
…orm#4615)

Grammar and wording fixes in bottom paragraph
  • Loading branch information
JB Reefer authored and pleerock committed Sep 5, 2019
1 parent 445c740 commit f65ecc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/active-record-data-mapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Learn more about [custom repositories](custom-repository.md).
The decision is up to you.
Both strategies have their own cons and pros.

One thing we should always keep in mind in software development is how we are going to maintain it.
The `Data Mapper` approach helps you with maintainability of your software which is more effective in bigger apps.
The `Active record` approach helps you to keep things simple which works good in small apps.
One thing we should always keep in mind in with software development is how we are going to maintain our applications.
The `Data Mapper` approach helps with maintainability, which is more effective in bigger apps.
The `Active record` approach helps keep things simple which works well in smaller apps.
And simplicity is always a key to better maintainability.

0 comments on commit f65ecc7

Please sign in to comment.