BAPCtools icon indicating copy to clipboard operation
BAPCtools copied to clipboard

Improve `validation.h`

Open RagnarGrootKoerkamp opened this issue 3 years ago • 0 comments

  • should write to judgemessage.txt and teammessage.txt, instead of stderr. Reserve stderr for crashes and possibly judge_errors.

Less obviously good changes:

  • Validator object could be global -> I actually think a local variable is nicer.
  • streams can be global and opened by Init function -> hidden global initialization is somewhat confusing actually. You'd still need to know the names of the variables.
  • possibly move main to the header and make the cc only implement a single function -> same as above.

RagnarGrootKoerkamp avatar Apr 13 '21 09:04 RagnarGrootKoerkamp