IMO, code - along with anything it may be dependent on - needs to be clean. Not spotless, but structured and blatantly obvious, without cluttering it with things that may not be understood by a colleague.
Now, having said that...
This relates to my honest opinion about Imperative mood vs Past tense, and why I do what I do on personal projects (or projects that aren't strict about how to communicate.)
Fowler wrote the bible on refactoring. And, I really have been fascinated about the subject matter of the above post for the last couple of days - because we're not talking to a computer about work that it needs to do. It now does that work, because we've instructed it to do so. It's also not a todo list, but a list of checkpoints that pertains to completed tasks.
However, the thing that interests me most about this subject is human interaction - something often overlooked by designers and developers. We interact much more today, using commands that demand action beyond handling something you've prepared for it (like "Send", after an email has been written.)
"What is [this]?" = "Define [this].", "I like it!" = "Like", etc. But, imo, the coup de grâce of traditional communication and interaction was when most people started using their voices to control mobile devices. It went from a one-click command, to a verbal command. And to understand how deep this has gotten; If the device doesn't understand what a person has commanded it to do, and god forbid it repeats the same pattern, the human will get angry - and sometimes insulting.
User: "Alexa. Define Git."
Echo: "Get could mean coming into the possession of something concrete or abstract."
User: "Alexa. (slowly) Define GIT."
Echo: "Get could mean coming into the possession of something concrete or abstract."
User: "Alexa. Go ** yourself."
Echo: "I'm sorry, I could not find that in your library."
But, in most cases, another human would understand immediately since we have the king of transpilers built inside of us. This is also why, simply through tone and gestures, any human can communicate to another without using the same language.