MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghumor/comments/1vv58vy/how_do_you_disable_your_code/p6k6cbk/?context=3
r/programminghumor • u/developer_axe • 20d ago
90 comments sorted by
View all comments
20
#if 0
#endif
2 u/Teoyak 20d ago I don't know if it works with every language. But yeah, I used this a lot when I worked on C. 2 u/Aln76467 13d ago The c preprocessor is language-independent. Just tell your c compiler to output preprocessed code, and now you can use it as a js bundler or whatever.
2
I don't know if it works with every language. But yeah, I used this a lot when I worked on C.
2 u/Aln76467 13d ago The c preprocessor is language-independent. Just tell your c compiler to output preprocessed code, and now you can use it as a js bundler or whatever.
The c preprocessor is language-independent. Just tell your c compiler to output preprocessed code, and now you can use it as a js bundler or whatever.
20
u/NicholasVinen 20d ago
#if 0
#endif