Naming is a key to clear code.

Name the return value from a function result. That way you’ll always know its role.

Renaming

Always rename things if it improves clarity.

References