From d78abb3183443e49cdfd8dad319b5c45e0df8eeb Mon Sep 17 00:00:00 2001 From: Rodin <4+rodin@noreply.gitea.weiker.me> Date: Fri, 8 May 2026 01:05:06 +0000 Subject: [PATCH] docs: add patterns vs conventions definition --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 99eb950..5a11350 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,9 @@ library implementation) at commit This repository contains analysis and patterns derived from rust-lang/rust (MIT/Apache-2.0 dual licensed). + +## Patterns vs Conventions + +**Pattern** = prescriptive. "When you face X, do Y." Language-scoped. Follow these. + +**Convention** = descriptive. "Project Z does it this way." Context-specific. Study for ideas — applying another project's conventions to yours without understanding their constraints causes harm.