From 1a3f4f4840b1ece2ee33be7465c5db5031a17190 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Wed, 8 Jan 2020 22:51:38 -0800 Subject: docs: Add remark about in-progress checkers Follow-up from code review discussion on the development principles. --- HACKING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3