From 8b09c59e7bfb204a9b92e3072408adffde4387cb Mon Sep 17 00:00:00 2001 From: Chris Lowis Date: Wed, 9 Sep 2026 12:49:41 +0100 Subject: [PATCH] Remove redundant quotation I'm not sure this quotation adds much beyond what is already said in the "Extract general-purpose ViewComponents" and I found the association with this particular individual a bit jarring as I was reading this section of the docs today, particularly in light of this projects clear and welcoming code of conduct. --- docs/best_practices.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/best_practices.md b/docs/best_practices.md index e6ffcdd64..ba6d60ea7 100644 --- a/docs/best_practices.md +++ b/docs/best_practices.md @@ -42,8 +42,6 @@ For example, `User::AvatarComponent` accepts a `User` ActiveRecord object and re ### Extract general-purpose ViewComponents -"Good frameworks are extracted, not invented" - [DHH](https://dhh.dk/arc/000416.html) - Just as ViewComponent itself was extracted from GitHub.com, general-purpose components are best extracted once they've proven helpful across more than one area: 1. Single use-case component implemented.