Cppcoreguidelines: Improve Non-Rule readability

Created on 26 Feb 2019  路  2Comments  路  Source: isocpp/CppCoreGuidelines

Format suggestion: "NR.#: Don't: [Active verb] [rest of non-rule here]"

Suggest rewording the following non-rules' titles to make them more readable:

  • NR.1: Don't: Place all declarations at the top of a function
  • NR.3: Don't: Avoid exceptions
  • NR.5: Don't: Avoid substantive work in a constructor; instead use two-phase initialization
resolved

Most helpful comment

I agree that double negation is confusing.

All 2 comments

I agree that double negation is confusing.

Editors call: We agree these could be reworded better to avoid double negation.

Was this page helpful?
0 / 5 - 0 ratings