You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/Ways-of-Working/index.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Everyone. If you contribute to a PSModule project — by code, review, issue, or
22
22
23
23
## Core principles
24
24
25
-
> Make it easy, to move faster, in a safe way.
25
+
> Make it **easy**, to move **fast**, in a **safe** way.
26
26
27
27
If a guideline gets in the way of that, the guideline is the thing that needs to change.
28
28
See also the [main page](../index.md).
@@ -32,10 +32,12 @@ See also the [main page](../index.md).
32
32
Simplicity is a feature. Make the right thing the easy thing — for users, contributors, and agents alike.
33
33
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.
34
34
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.
36
36
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.
0 commit comments