Y
Hacker News
new
|
ask
|
show
|
jobs
by
TillE
1034 days ago
Yeah it took me a while to adopt this common practice when I need to "comment out" a large block of code. Just use the preprocessor, it's much simpler.
1 comments
Karellen
1033 days ago
FWIW, replacing comments with whitespace is also done by the preprocessor.
link