logoalt Hacker News

nulltypeyesterday at 12:36 PM1 replyview on HN

It’s hard to say that one needs unused variables.


Replies

dupedyesterday at 1:57 PM

If I comment out sections of code while debugging or iterating I don't want a compile error for some unused variable or argument. Warning. fine, but this happens to me so frequently that the idea of unused variables being an error is insane to me.

show 1 reply