Which would you prefer to read `if (!result.ok) ...
# announcements
j
Which would you prefer to read
if (!result.ok) {}
or
if (result.notOk) {}