The Exit procedure has been around as long as Goto in Object Pascal.* Goto is considered an antiquated command, but what about about Exit?* When should it be used if at all? I have often seen guard code at the beginning of a method that performs an Exit if the parameters passed are not [...]
Weiterlesen...