Programming as Thinking
“Programs must be written for people to read, and only incidentally for machines to execute.”1
This is especially true in research computing. Your future self is the most important user of your code.2
Write for humans first, optimize for machines second.