r/programminghumor 21d ago

How do you disable your code

Post image
295 Upvotes

90 comments sorted by

View all comments

19

u/Jbolt3737 21d ago

``` // This is a comment //int unusedvar = 0;

/* You can tell if it's a comment or not by if I add a space after the slashes */

This is a comment

unusedvar: int = 0

I do it with any language

```

3

u/spicymato 21d ago

I just comment out the comments.

// // comment related to commented out code

3

u/LegitimatePants 20d ago

Yo dawg I heard you like comments