From: Peter van Dijk Date: Mon, 6 Jan 2025 13:53:29 +0000 (+0100) Subject: better text X-Git-Tag: dnsdist-2.0.0-alpha1~192^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60eba86b8a10a62c60b39a80170832eeb9c5789e;p=thirdparty%2Fpdns.git better text Co-authored-by: Miod Vallat --- diff --git a/CODING_GUIDELINES.md b/CODING_GUIDELINES.md index 7dd0671f0f..e8afa15962 100644 --- a/CODING_GUIDELINES.md +++ b/CODING_GUIDELINES.md @@ -611,7 +611,7 @@ Without `auto`, code might still compile but trigger a copy or worse. ## Explicit Comparisons * Compare numerical values with `== 0` or `!= 0` explicitly ; -* Compare to `nullptr` for the same reason. +* Compare to `nullptr`, which is easier to read. ## Initialization