The new GOTO Statement?
The Lounge
82
Posts
29
Posters
90
Views
1
Watching
-
Steve#2 wrote:
And it's exactly that type of scenario the "var" keyword was made for
What "scenerio" is that? You don't want to type more than you have to, so you leave it to the next developer to figure out what the type is?
If it's not broken, fix it until it is
-
ah, you mean the using ^^ Haven't seen this usage of it, wow, yet another meaning of the keyword "using", I think now that's quite an abuse... (language design wise)
I agree,
using
was probably a poor choice given it already has a couple of definitions. Atypedef
would be a better choice, but then again my first languages were C and C++ so I am biased.