Posts Tagged “quality”
-
Chaining conditions without IF or CASE
Coding a batch process with numerous steps that can succeed or fail, while keeping control in calling program whether the whole process has succeeded and, if not, knowing the reason why, can end up with an unreadable program because of the multiple
if ... endif
ordo case ... case ... endcase
indented blocks.