No More Underscores in Visual Basic 10
(1)
In this interview,
Tyler Whitney, a developer on the Visual Basic compiler team, demonstrates how line termination has changed in the Visual Basic 10 compiler making underscores unnecessary as line continuation indicators. This makes your code more readable especially when
writing multi-line…