Merge pull request #3078 from babbage/patch-1

Update Coding Guidelines
This commit is contained in:
Brent Simmons 2021-04-25 20:04:00 -07:00 committed by GitHub
commit 2fd7d8549e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 dont write tests for the UI. In other areas, there should always be more tests.
### Version Control