Bug 26524 - WebKit style guide should mention python
Summary: WebKit style guide should mention python
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 26283
  Show dependency treegraph
 
Reported: 2009-06-18 15:52 PDT by Eric Seidel (no email)
Modified: 2009-06-18 15:53 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-06-18 15:52:34 PDT
WebKit style guide should mention python

I recommend we follow the python style guide for python code:
http://www.python.org/doc/essays/styleguide.html

Similar to how we follow AppKit's style for Obj-C code (with _ before method names, and * next to the variable name).  Python has strong consistency of style, and it seems our python code will be most readable if we comply with the universal python styling.