Hacker News new | ask | show | jobs
by do_not_redeem 552 days ago
The worst part is if you have an unused variable the compiler won't even show you the real errors until you fix all the warnings first.

> Compile error: This variable of type `Foo` is unused

Ok then, I'll just remove that, and...

> Compile error: This function you're calling expects an argument of type `Foo`

Just kill me.