Anti Patterns¶
- inlineis a magical “go faster” keyword that should be applied to all functions
- static inlinefunctions should be used with abundance
- Macros are faster than functions 
- volatile is actually useful 
- Open-coding spinlocks 
- TSO means sequential consistency means I don’t have to worry 
- Too much in a hurry for modularization