Skip to content

Commit d70377c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patterns/everything-as-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ While effective testing is the best way to detect bugs or non-functional problem
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?
7373
- Is it [built for testability](../practices/structured-code.md)?
74-
- Are the automated tests positioned appropriately in the [test pyramid](#), triggered appropriately in CI builds, etc?
75-
- Are there any missing [automated tests](#), e.g. edge-cases that have not yet been considered?
74+
- Are the automated tests positioned appropriately in the [test pyramid](https://martinfowler.com/articles/practical-test-pyramid.html), triggered appropriately in CI builds, etc?
75+
- Are there any missing [automated tests](../practices/testing.md), e.g. edge-cases that have not yet been considered?
7676
- Have the non-functional requirements been considered (performance, scalability, robustness, etc)?
7777
- Are common security issues guarded against (e.g. [OWASP Top 10](https://owasp.org/www-project-top-ten/))? Including:
7878
- Is any new input data being treated as potentially hostile?

0 commit comments

Comments
 (0)