summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING3
1 files changed, 2 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 44eb2fc..a31ef7b 100644
--- a/HACKING
+++ b/HACKING
@@ -23,7 +23,8 @@ principles, which are in no particular order:
the problems with a certain data type (for example, `GError`) than to catch
some problems with all data types, as this means users of Tartan only have to
refactor their (for example) `GError` usage once, rather than multiple times
- as Tartan adds more checks.
+ as Tartan adds more checks. Checkers which are in progress can be marked as
+ experimental and disabled by default.
* Focus on big gain checks first: Prioritise spending implementation time on
checks which are going to be useful to as many people as possible, before
working on ones which are less likely to be needed.