|
|
|
|
|
by Supermancho
1000 days ago
|
|
There is also the comments about why something commented out exists. Don't make your fellow developers (including future self) to figure it out again. //// These lines are a very simple way to enable feature X on your machine: // obscure.thing=false // someVar = "probablyAthing"; |
|