summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/HACKING.txt b/HACKING.txt
index c8ce5b03..e0fbe768 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -26,6 +26,7 @@ Idioms
allocation failure explicitly.
* Use str_eq() instead of strcmp() when testing for string (in)equality.
* Consider using str_startswith() instead of strncmp().
+* Use bool, true and false for boolean values.
Other
-----