Item-30 Understand ins and outs of inlining
· β 7 min read
Limit most inlining to small, frequently called functions to facilitate debugging and binary upgradability, minimize potential code bloat, and maximize the chances of greater program speed.