Bug 26524
| Summary: | WebKit style guide should mention python | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | WebKit Website | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.5 | ||
| Bug Depends on: | |||
| Bug Blocks: | 26283 | ||
Eric Seidel (no email)
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |