Prefer Functions to Function-Like Macros
摘要
We should prefer writing and using real functions to function-like macros. While it might be tempting to write and use function-like macros instead of functions, this might not be a good choice for the following reasons: