Skip to content

Commit a70333e

Browse files
CopilotTuntii
andcommitted
Clarify dependency replacement target
Co-authored-by: Tuntii <121901995+Tuntii@users.noreply.github.com>
1 parent 3e9ef15 commit a70333e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/PHILOSOPHY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ validator = "0.16"
107107

108108
### External Dependency Reduction (Harici Bağımlılıkları Azaltma)
109109

110-
RustAPI already hides external crates behind internal adapters. To reduce dependency debt, we focus on components, each with a stable spec and a small surface area, while keeping the public API unchanged. The playbook is:
110+
RustAPI already hides external crates behind internal adapters. To reduce dependency debt, we target components with stable specs and small surface areas for replacement, while keeping the public API unchanged. The playbook is:
111111

112112
1. Wrap dependencies with internal traits/types so behavior is defined by RustAPI.
113113
2. Add contract tests to lock in behavior before replacing internals.

0 commit comments

Comments
 (0)