C++ Coding Guideline 102

前端 未结 5 2225
忘了有多久
忘了有多久 2021-02-08 23:35

If you were allowed to add another coding guideline to the 101 guidelines of the \"C++ coding standards\" (Herb Sutter and Andrei Alexandrescu), which would you add?

5条回答
  •  北恋
    北恋 (楼主)
    2021-02-09 00:07

    Rule 102: Any change to expected functionality should result in a regression test that fails.

提交回复
热议问题