From 7c55d32321abddf8a73cde7e8f3cf45b809046d8 Mon Sep 17 00:00:00 2001 From: Eric MORAND Date: Mon, 13 Oct 2025 01:25:12 +0200 Subject: [PATCH] Remove "...And simplicity..." confusing paragraph in 1-active-record-data-mapper.md (#11722) Closes #11715 --- docs/docs/guides/1-active-record-data-mapper.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/guides/1-active-record-data-mapper.md b/docs/docs/guides/1-active-record-data-mapper.md index 33c1f5b2d..912177889 100644 --- a/docs/docs/guides/1-active-record-data-mapper.md +++ b/docs/docs/guides/1-active-record-data-mapper.md @@ -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.