This is not a question but I'm sharing a method that I've been using to activate and de-activate code by adding/removing just one single forward slash.
I'm probably not the first to use this method but I haven't come across it anywhere else.
It works like this:
/*
Inactive code
//*/
//*
Active code
//*/
The difference is a one single forward slash.
Works in Javascript too.