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: principles.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The following practices support the principle of building quality in.
50
50
51
51
**[Test automation.](practices/testing.md)** Use test-driven development: Write the tests hand in hand with the code it is testing to ensure code is easily testable and does just enough to meet the requirements.
52
52
53
-
**[Protect code quality](patterns/everything-as-code.md)** to keep code easy to maintain.
53
+
**[Protect code quality](patterns/everything-as-code.md)** to keep code easy to maintain and to [build for testability](patterns/everything-as-code.md#benefits).
54
54
55
55
**Write less code.** Treat code as a liability rather than an asset: the more code, the more there is to go wrong. Incremental delivery and test driven development both help keep the codebase small and simple.
0 commit comments