Skip to content

Commit 55bbf57

Browse files
Add testing to code principles (#116)
1 parent 1cd7868 commit 55bbf57

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/principles/coding_principles.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,13 @@ They will not have the understanding and context you do at the time of writing i
4040
### Code securely
4141

4242
> We incorporate good security practice in all our code
43+
44+
### We test our code
45+
46+
> We are always able to prove that our code works and functions correctly with a set of tests
47+
48+
- Acts as supporting documentation for the code
49+
- Increases quality
50+
- Provides confidence in the implementation
51+
- Enables safe refactoring and code improvements
52+
- Catches bugs early when they're cheaper to fix

0 commit comments

Comments
 (0)