GoTo: goto GoTo;
Recently while looking over the shoulder’s of some fellow devs I was witness to something disturbing. If you haven’t guessed by now it was a goto statement. An intern we used to have had used gotos in a switch(case) statement since in C# switch(case) doesn’t allow fall-through. You have to do: I have to admit […]
. Read more