|
|
|
|
|
by Clubber
3120 days ago
|
|
Goto is often used in assembler and low level C code that essentially mocks assembler, but spaghetti for procedural and OOP styles. I actually found a goto in a C# project I took over this year and one of the first things I did was change it to a while loop with a break. |
|