noob question

Konstantin Veretennicov kveretennicov at gmail.com
Sun Jun 26 07:52:27 EDT 2005


On 6/26/05, Matt Hollingsworth <matt at maudit.net> 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



More information about the Python-list mailing list