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 1, 2024
1 parent d7d3a44 commit 83332ef
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 83332ef

Please sign in to comment.