Sure. And in return, you can't use constants, but must instead type out 3.141592653... to whatever decimal place you deem important. Nor typedefs. Nor named flags (`FileRead | FileWrite` is just long-hand for `3`). At the end of the day we'll see who's pulling their hair more.
Then we'll go back in a couple weeks, and look at the same code again. Mine's wordy. Yours is cryptic, and requires looking up the use of everything.
Then we'll go back in a couple weeks, and look at the same code again. Mine's wordy. Yours is cryptic, and requires looking up the use of everything.