coding conventions, PEP vs. practice

Skip Montanaro skip at pobox.com
Tue Jan 4 20:22:47 EST 2005


    Roman> These frameworks are using "mixedCase" but PEP8 suggests
    Roman> "lower_case_with_underscores" except "in contexts where that's
    Roman> already the prevailing style" which is not the case here IMHO.

    Roman> So, are there any specific reasons for breaking the rules here? 

Since they aren't really rules, people and organizations can and do use
their own personal preferences when naming things.

Skip



More information about the Python-list mailing list