From 2253a469351aab46c9fa29a773489b25ea650b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9C=9F=E5=9D=97?= Date: Tue, 30 Jun 2026 04:26:00 +0800 Subject: [PATCH] docs: add concept entry experience - Add a README experience principle about concepts as the entry point for seeing and reaching objects. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61d13e2..4bdff3e 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ ## 🧭 经验 +* **概念是入口;不理解概念,就无法看见、触达对象** * **只用最强模型** * **结果主导** * **拼好码:先找成熟实现,只写胶水代码**