reviewNotesMarker top-level constant
String
const reviewNotesMarker
Where the reviewer-facing half of review-notes.md stops.
Structural rather than remembered. A review-notes file collects checklists and reasoning belonging to whoever maintains it, and uploading the file wholesale sends Apple an internal to-do list. A marker means the split cannot be forgotten by the next person to add something under it, and it is an HTML comment so it is invisible wherever the file is rendered.
Implementation
const reviewNotesMarker = '<!-- not for Apple -->';