Code review checklist - GordonSmith/HPCC-Platform GitHub Wiki

  • Are there any assignments from objects that go out of scope (e.g., StringBuffer.str()).

  • Are any global variables affected? Are they updated the same way?