Skip to content

Commit 1604345

Browse files
authored
Update principles.md
1 parent d70377c commit 1604345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

principles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following practices support the principle of building quality in.
5050

5151
**[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.
5252

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).
5454

5555
**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.
5656

0 commit comments

Comments
 (0)