Remove "...And simplicity..." confusing paragraph in 1-active-record-data-mapper.md (#11722)

Closes #11715
This commit is contained in:
Eric MORAND 2025-10-13 01:25:12 +02:00 committed by GitHub
parent 181154ab3c
commit 7c55d32321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,4 +154,3 @@ Both strategies have their own cons and pros.
One thing we should always keep in mind with software development is how we are going to maintain our applications.
The `Data Mapper` approach helps with maintainability, which is more effective in larger apps.
The `Active Record` approach helps keep things simple which works well in smaller apps.
And simplicity is always a key to better maintainability.