Dealing with curly brace soup
- by Cyborgx37
I've programmed in both C# and VB.NET for years, but primarily in VB. I'm making a career shift toward C# and, overall, I like C# better.
One issue I'm having, though, is curly brace soup. In VB, each structure keyword has a matching close keyword, for example:
Namespace ...
Class ...
Function ...
For ...
…