We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbbb4d commit af95f16Copy full SHA for af95f16
active-record/README.md
@@ -14,7 +14,7 @@ responsible for its own persistence, including tasks such as database querying,
14
and deleting records.
15
16
This pattern is particularly useful in scenarios where simplicity and rapid development are
17
-prioritized, as it allows developers to quickly implement data access functionality with minimal
+prioritized, as it allows engineers to quickly implement data access functionality with minimal
18
effort. By encapsulating persistence logic within the domain objects, the Active Record pattern
19
promotes a straightforward and intuitive approach to working with data, making it easier to
20
understand and maintain codebases.
0 commit comments