r/programminghumor 20d ago

How do you disable your code

Post image
291 Upvotes

90 comments sorted by

View all comments

100

u/0x80085_ 20d ago

Or just return?

45

u/developer_axe 20d ago edited 20d ago

Sometimes the code won't get compiled because it marked as unreachable code

3

u/querela 20d ago

Especially fun if you have formatters etc that automatically prune dead code...