If there’s a radical thought here, that’s it; that when you program, you have to think about how someone will read your code, not just how a computer will interpret it.
link:
purpose of writing is for readers to understand.
purpose coding is to write for interpretor to make a computer do an intended action and more importantly for the reader of code to understand it clearly.

