changeset 500:8a8693f38b91

Further notes in contributin
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 03 Jun 2019 14:32:24 +0100
parents af5b7ef02aa7
children 12b5a9244bb0
files CONTRIBUTING.md
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CONTRIBUTING.md	Mon Jun 03 14:20:39 2019 +0100
+++ b/CONTRIBUTING.md	Mon Jun 03 14:32:24 2019 +0100
@@ -76,6 +76,6 @@
 
  * Please keep lines to no more than 80 characters in length
 
-Some of the older code in this library does not follow these
-guidelines - usually this means the code needs to be updated.
+ * Avoid using unsigned int types, unless doing bit manipulation (see
+   http://soundsoftware.ac.uk/c-pitfall-unsigned.html for rationale)