A program is read more than it is written.
The first kindness any author owes the reader is clarity of intent. Code is prose with consequences — a line that confuses tomorrow's reader is a line that has already failed.
function intent(reader) {
return reader.understand(this) === true;
}