Skip to content

Commit a8af75f

Browse files
authored
Update everything-as-code.md
1 parent 30212ef commit a8af75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/everything-as-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ While effective testing is the best way to detect bugs or non-functional problem
7070
- Is the code clear and simple?
7171
- Is the code layout and structure consistent with agreed style and other code? (please see [enforce code formatting](enforce-code-formatting.md))
7272
- Would it easily allow future modification to meet slightly different needs, e.g. ten times the required data size or throughput?
73-
- Is it [built for testability](#)?
73+
- Is it [built for testability](../practices/structured-code.md)?
7474
- Are the automated tests positioned appropriately in the [test pyramid](#), triggered appropriately in CI builds, etc?
7575
- Are there any missing [automated tests](#), e.g. edge-cases that have not yet been considered?
7676
- Have the non-functional requirements been considered (performance, scalability, robustness, etc)?

0 commit comments

Comments
 (0)