Docstrings considered too complicated
Tim Daneliuk
tundra at tundraware.com
Fri Feb 26 10:09:36 EST 2010
On 2/24/2010 2:23 PM, Andreas Waldenburger wrote:
> Hi all,
>
> a company that works with my company writes a lot of of their code in
> Python (lucky jerks). I've seen their code and it basically looks like
> this:
>
> """Function that does stuff"""
> def doStuff():
> while not wise(up):
> yield scorn
>
> Now my question is this: How do I kill these people without the
> authorities thinking they didn't deserve it?
>
> /W
>
Reminiscent of:
mov AX,BX ; Move the contents of BX into AX
And, yes, I've actually seen that as well as:
; This is a comment
--
----------------------------------------------------------------------------
Tim Daneliuk tundra at tundraware.com
PGP Key: http://www.tundraware.com/PGP/
More information about the Python-list
mailing list