-
Today's weird thing seen in a code review:
const { flag } = { flag: true };
Instead of, you know, maybeconst flag = true;
I didn't say anything, though, because this client does not like "nitpicky" comments.
const { flag } = { flag: true };
Instead of, you know, maybe const flag = true;