We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd7868 commit 55bbf57Copy full SHA for 55bbf57
1 file changed
docs/principles/coding_principles.md
@@ -40,3 +40,13 @@ They will not have the understanding and context you do at the time of writing i
40
### Code securely
41
42
> 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