Glossary coding Term Page
Constant/function substitution
`#define` replaces repeated numbers or patterns with names
Core Idea
Constant/function substitution is #define replaces repeated numbers or patterns with names. It usually makes the most sense alongside File merging, Conditional branching.
Why It Matters Here
Mathbong reuses this term across c posts as shared vocabulary.