Skip to content

Commit 55314fe

Browse files
docs: Update phrasing in core principles for clarity and consistency
1 parent 7fa8830 commit 55314fe

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

src/docs/Ways-of-Working/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Everyone. If you contribute to a PSModule project — by code, review, issue, or
2222

2323
## Core principles
2424

25-
> Make it easy, to move faster, in a safe way.
25+
> Make it **easy**, to move **fast**, in a **safe** way.
2626
2727
If a guideline gets in the way of that, the guideline is the thing that needs to change.
2828
See also the [main page](../index.md).
@@ -32,10 +32,12 @@ See also the [main page](../index.md).
3232
Simplicity is a feature. Make the right thing the easy thing — for users, contributors, and agents alike.
3333
Prefer the obvious and limited over the powerful and confusing. Automate what is mechanical so that human attention is saved for decisions that require judgment, context, and care.
3434

35-
### Faster
35+
The safe and smart choice should be the default choice. Design systems, tools, and workflows so that doing the right thing requires no extra effort — while allowing a deliberate override when necessary.
3636

37-
Ship early, learn fast, iterate. Work flows in small increments — draft PRs, micro-commits, quick reviews.
38-
The faster we close the loop between intention and observation, the faster we improve.
37+
### Fast
38+
39+
Shift left, ship early, learn fast, iterate. Work flows in small increments — draft PRs, micro-commits, quick reviews.
40+
The faster we close the loop between intention and observation, the faster we improve and evolve what we are building.
3941

4042
### Safe
4143

src/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ hide:
33
- navigation
44
---
55

6-
> Make it **easy**, to move **faster**, in a **safe** way.
6+
> Make it **easy**, to move **fast**, in a **safe** way.
77
88
Every decision — from architecture to commit message — is filtered through those three words.
99
[Read more about our Ways of Working](Ways-of-Working/index.md)

0 commit comments

Comments
 (0)