Tagged Questions
1
vote
8answers
150 views
Why don't statements that don't do anything throw an exception (or warn the developer)?
I've been bitten a couple of times by statements in VB.NET (not sure if this effect exists in C#) that appear to be self-referencing, but when they're executed, they don't actually do anything because ...