Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Issue 10837127: Make code follow the Python style guidelines (Closed)

Created:
8 years, 4 months ago by jackpal
Modified:
8 years, 4 months ago
Reviewers:
ahe, Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make code follow the Python style guidelines + Use a doc string for the whole file. + Lower case function names. + Consistently use single-quotes for quoted strings. + align wrapped elements with opening delimiter. + use a main() function Committed: https://code.google.com/p/dart/source/detail?r=10307

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -7 lines) Patch
M bleeding_edge/dart/tools/gyp_dart.py View 1 1 chunk +11 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jackpal
Here's a CL that fixes the Python style problems that ahe reported in http://codereview.chromium.org/10836101
8 years, 4 months ago (2012-08-06 20:09:17 UTC) #1
Emily Fortuna
lgtm
8 years, 4 months ago (2012-08-06 20:15:22 UTC) #2
ahe
8 years, 4 months ago (2012-08-21 20:48:31 UTC) #3
Hi Jack,

LGTM

Catching up...

In the meantime I discovered yet another style guide... sheesh.

Seems like the style you used originally is what we're supposed to do. Sorry for
causing confusion.

Cheers,
Peter

Powered by Google App Engine
This is Rietveld 408576698