-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Programmability 2025-01-06
noexcept is a C++ feature that's easy to misuse and can lead to bugs. We are planning to write documentation for noexcept in SERVER-70148 : we should also ensure this documentation is difficult to miss. Ideally, we would have a Github action that looks for additional noexcept usages in the codebase. If it detects a noexcept usage, it should add a comment to ask the author and reviewer to eensure noexcept usage is correct (and link the doc).
- related to
-
SERVER-70148 Document proper noexcept usage
- In Code Review