Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86464

Re: Python Worst Practices

Date 2015-02-25 22:05 -0500
From Dave Angel <davea@davea.name>
Subject Re: Python Worst Practices
References <mclca6$iie$1@ger.gmane.org> <mcltqc$j0b$1@ger.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.19233.1424919915.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 02/25/2015 08:44 PM, Mark Lawrence wrote:
> On 25/02/2015 20:45, Mark Lawrence wrote:
>> http://www.slideshare.net/pydanny/python-worst-practices
>>
>> Any that should be added to this list?  Any that be removed as not that
>> bad?
>>
>
> Throwing in my own, how about built-in functions should not use "object"
> as the one and only argument, and a keyword argument at that.
>

def marry(object = False)...


if anybody has any cause to object, let him speak now...

-- 
DaveA

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python Worst Practices Dave Angel <davea@davea.name> - 2015-02-25 22:05 -0500

csiph-web