From e0d5dd69a2f0dc92a4287feb1a8efc51e26e9caf Mon Sep 17 00:00:00 2001 From: Duncan Babbage Date: Mon, 26 Apr 2021 14:36:07 +1200 Subject: [PATCH] Update Coding Guidelines Minor edit, as discussed in NNW Slack. --- Technotes/CodingGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Technotes/CodingGuidelines.md b/Technotes/CodingGuidelines.md index e7c11cdea..1b9e2494e 100644 --- a/Technotes/CodingGuidelines.md +++ b/Technotes/CodingGuidelines.md @@ -160,7 +160,7 @@ No shipping version gets released without looking for memory leaks. Write unit tests, especially in the lower-level frameworks, and particularly when fixing a bug. -There is never enough test coverage. There should always be more tests. +There is never enough test coverage. We don’t write tests for the UI. In other areas, there should always be more tests. ### Version Control