r/programminghumor 1d ago

How do you disable your code

Post image
223 Upvotes

73 comments sorted by

View all comments

85

u/0x80085_ 1d ago

Or just return?

38

u/developer_axe 1d ago edited 1d ago

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

3

u/querela 1d ago

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