Skip to content

Commit 1f1e6c3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

principles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ The following practices support the principle of building quality in.
4848

4949
**Pair programming**. Avoid quality issues by combining the skills and experience of two developers instead of one. Take advantage of navigator and driver roles. Also consider cross-discipline (e.g. dev-test) pairing.
5050

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.
51+
**[Test automation.](practices/testing.md)** and **[build for testability](practices/structured-code.md#benefits)** 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 and to [build for testability](patterns/everything-as-code.md#benefits).
53+
**[Protect code quality](patterns/everything-as-code.md)** to keep code easy to maintain.
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)