Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29340645: Noissue - Extend Python style guide (Closed)

Created:
April 20, 2016, 10:51 a.m. by Sebastian Noack
Modified:
May 11, 2016, 5:34 p.m.
Reviewers:
Vasily Kuznetsov
CC:
Felix Dahlke, kzar
Visibility:
Public.

Description

Noissue - Extend Python style guide

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments and added more points #

Total comments: 7

Patch Set 3 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M pages/coding-style.html View 1 2 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 6
Sebastian Noack
April 20, 2016, 10:52 a.m. (2016-04-20 10:52:15 UTC) #1
Vasily Kuznetsov
https://codereview.adblockplus.org/29340645/diff/29340646/pages/coding-style.html File pages/coding-style.html (right): https://codereview.adblockplus.org/29340645/diff/29340646/pages/coding-style.html#newcode50 pages/coding-style.html:50: <li>{{python-regexp Use <a href="https://docs.python.org/2/library/re.html#re.search"><code><fix>re.search()</fix></code></a> instead <a href="https://docs.python.org/2/library/re.html#re.match"><code><fix>re.match()</fix></code></a> to avoid ...
April 20, 2016, 12:11 p.m. (2016-04-20 12:11:18 UTC) #2
Sebastian Noack
I also added some more points we meanwhile agreed on. https://codereview.adblockplus.org/29340645/diff/29340646/pages/coding-style.html File pages/coding-style.html (right): https://codereview.adblockplus.org/29340645/diff/29340646/pages/coding-style.html#newcode50 ...
May 11, 2016, 4:20 p.m. (2016-05-11 16:20:02 UTC) #3
Vasily Kuznetsov
There are some small edits but otherwise it all looks good! https://codereview.adblockplus.org/29340645/diff/29341241/pages/coding-style.html File pages/coding-style.html (right): ...
May 11, 2016, 4:55 p.m. (2016-05-11 16:55:42 UTC) #4
Sebastian Noack
https://codereview.adblockplus.org/29340645/diff/29341241/pages/coding-style.html File pages/coding-style.html (right): https://codereview.adblockplus.org/29340645/diff/29341241/pages/coding-style.html#newcode47 pages/coding-style.html:47: <li>{{python-strings Write string literals so that they match the ...
May 11, 2016, 5:07 p.m. (2016-05-11 17:07:45 UTC) #5
Vasily Kuznetsov
May 11, 2016, 5:13 p.m. (2016-05-11 17:13:25 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld