is there any principle when writing python function
Chris Angelico
rosuav at gmail.com
Sat Aug 27 13:31:19 EDT 2011
On Sun, Aug 28, 2011 at 3:27 AM, Emile van Sebille <emile at fenx.com> wrote:
> Code is first and foremost written to be executed.
>
+1 QOTW. Yes, it'll be read, and most likely read several times, by
humans, but ultimately its purpose is to be executed.
And in the case of some code, the programmer needs the same treatment,
but that's a different issue...
ChrisA
More information about the Python-list
mailing list