-
Type: Technical Debt
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines
-
5
We identified several ways we could improve the quality of the code in the cppsuite. In this ticket, we will make the following changes:
- Review and update as necessary the way we include headers.
Use #pragma once in favour of #ifndef DEBUG_UTILS_H to ensure files are included only once as per the style guide- Done inWT-11769.- Remove forward declarations.
- Review and update use of aliases, preferring using to typedef.