If you write a complex expression and intend to reuse it later, you should add comments that explain what the expression does and how its pieces work.
// This is a comment.
/* This is a multiline comment. */