if(1 == 2) {

How to quickly use an IF loop to keep the innards but just not run them.

Phil Wilson 23rd July 2006

The problem with this is that it’s such a subtle change that it’s entirely possible you’ll forget you’ve done it, be expecting the code to work and not notice why it’s not running. Far, far better to just comment it all out. Trust me :)

Leave a Reply