Yes, I used goto
Posted in: Software
About: The stigma surrounding the `goto` instruction in C is strong, but it can be useful nevertheless for cleaner code in for error handling as exceptions are not available.