Rule: Public constant value changed¶
Canonical rule slug: header-constant-value-changed. ← back to all rules
A constant defined in a public header changes value, so already-compiled consumers carry the old value while new code carries the new one.
Canonical demonstration¶
- case124_header_constant_value_changed — Header Constant Value Changed (🟠 API_BREAK)