What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Feb 13, 2008 by cenyongh
CodeConvention  
代码命名规范.

Introduction

Suggest Reading

http://python.net/~goodger/projects/pycon/2007/idiomatic/presentation.html

Details

type suggest convention example
functions, methods joined_lower say_hello()
constants ALL_CAPS MONDAY
classes StudlyCaps CanlendarConverter
attributes underline plus attribute name _name


Comment by panjunyong, Feb 13, 2008

好东东!

Comment by mrlong.com, Feb 20, 2008

应是最基本的,是pyer都知道


Sign in to add a comment