Skip to content

Commit

Permalink
developers -> engineers (iluwatar#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejsvisockis committed Apr 15, 2024
1 parent 670c1b7 commit df5dfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active-record/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ responsible for its own persistence, including tasks such as database querying,
and deleting records.

This pattern is particularly useful in scenarios where simplicity and rapid development are
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
effort. By encapsulating persistence logic within the domain objects, the Active Record pattern
promotes a straightforward and intuitive approach to working with data, making it easier to
understand and maintain codebases.
Expand Down

0 comments on commit df5dfa9

Please sign in to comment.