Skip to content

Code review checklist

ghalliday edited this page Dec 15, 2011 · 2 revisions
  • 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?