Y
Hacker News
new
|
ask
|
show
|
jobs
by
duskwuff
1023 days ago
You're probably looking for "#if 0" / "#endif".
2 comments
TillE
1023 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.
link
Karellen
1022 days ago
FWIW, replacing comments with whitespace is also done by the preprocessor.
link
billforsternz
1023 days ago
The fact that you can't do this with new fangled languages is one of the reasons I don't use new fangled languages
link
zzo38computer
1023 days ago
That and other things I dislike about many of the new fangled languages.
link
LoganDark
1023 days ago
I prefer using completely unfangled languages, thank you very much.
link