On 6/26/05, Matt Hollingsworth <[EMAIL PROTECTED]> wrote:
> Seems like an _extremely_ elegent language that is very easy to read, so
> I suppose it's not really as much of an issue as it is with other
> languages.  Still, I would like to see what other people do and what are
> some good ideas for this kind of thing.

Nouns-for-variables vs. verbs-for-functions work for me equally well
in Python, C++ and C#. I rarely feel the need for hungarian notation,
but it has it's uses (and abuses); see
http://joelonsoftware.com/articles/Wrong.html

- kv
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to