更新CLAUDE.md,删除wiki/concepts空文件

This commit is contained in:
2026-04-14 16:26:02 +08:00
parent c6e3d3c5db
commit ba87044423
361 changed files with 3 additions and 12064 deletions

View File

@@ -1,18 +0,0 @@
---
title: "DRY原则"
type: concept
tags: [编码, 原则]
sources: [dev-experience-standards]
last_updated: 2026-04-14
---
## Definition
Don't Repeat Yourself不重复代码原则。
## 实践
- 提炼公共逻辑
- 避免复制粘贴
- 模块化复用
## Connections
- [[单一职责]] ← 关联 ← [[DRY原则]]