Skip to content

Commit fc9a2e5

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

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
@@ -48,7 +48,7 @@ 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)** 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.
51+
**[Test automation.](practices/testing.md)** and **[build for testability](practices/structured-code.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

5353
**[Protect code quality](patterns/everything-as-code.md)** to keep code easy to maintain.
5454

0 commit comments

Comments
 (0)