6 ms·
There are also 3 gotos in that function.
by clux 10y ago
There are also 3 gotos in that function.
- khedoros 10y agoGoto should be used in the (admittedly rare) cases where it makes program flow cleaner. The original complaint was that people weren't moving to structured programming constructs as they became available. That really isn't a problem any more.