Code Smell 297 - Syntactic Noise
Your code shouldn't look like alien hieroglyphics
Apr 27, 20255 min read130

Search for a command to run...
Articles tagged with #cpp
Your code shouldn't look like alien hieroglyphics

We want our code to behave differently on different environments, and operating systems, so taking decisions at compile time is the best decision, isn't it?. TL;DR: Preprocessors make some unnecessary magic Problems Readability Premature Optimiza...
