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


Groups > comp.lang.python > #107525 > unrolled thread

Re: How much sanity checking is required for function inputs?

Started byIan Kelly <ian.g.kelly@gmail.com>
First post2016-04-23 19:29 -0600
Last post2016-04-23 19:29 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: How much sanity checking is required for function inputs? Ian Kelly <ian.g.kelly@gmail.com> - 2016-04-23 19:29 -0600

#107525 — Re: How much sanity checking is required for function inputs?

FromIan Kelly <ian.g.kelly@gmail.com>
Date2016-04-23 19:29 -0600
SubjectRe: How much sanity checking is required for function inputs?
Message-ID<mailman.18.1461461424.32212.python-list@python.org>
On Sat, Apr 23, 2016 at 7:00 PM, Christopher Reimer
<christopher_reimer@icloud.com> wrote:
> On 4/21/2016 9:46 PM, Ethan Furman wrote:
>>
>> Oh! and Enum!!!  ;)
>
>
> OMG! I totally forgot about Enum. Oh, look. Python supports Enum. Now I
> don't have to roll my own!
>
> Hmm... What do we use Enum for? :)

Python enums are great. Sadly, they're still not quite as awesome as Java enums.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web