Code style query: multiple assignments in if/elif tree

Ned Batchelder ned at nedbatchelder.com
Mon Mar 31 17:42:33 EDT 2014


On 3/31/14 12:03 PM, Chris Angelico wrote:
> Incidentally, if you want to see the code in context, it's here:
>
> https://github.com/Rosuav/runningtime/blob/master/runningtime.py
>
> ChrisA

I know you didn't ask about these aspects, but they jumped out at me: 
tabs for indentation instead of spaces, and docstring-style comments in 
places that aren't docstrings.  These seem like unusual choices.

-- 
Ned Batchelder, http://nedbatchelder.com




More information about the Python-list mailing list