Search Results

0
votes

break in a case with return.. and for default

I would put the break in to show that you do not intend to fall through to next case. …
1
vote

What one feature would you cut from your favorite language?

Not a true language feature but, I would get rid of /* */ comments in C++ and C# as code in them shows up in searches without an indication that it is not used. I would also get rid of most …
5
votes

What’s Your Biggest Visual Studio 2008 Annoyance?

The biggest annoyance is when you open a project that was built in another version of VS it has to convert. It should be able to open any project in read-only mode for browsing. I also do …