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

Issue 29747647: Noissue - Document best practice for formatting multiline statements in Python (Closed)

Created:
April 9, 2018, 7:12 p.m. by Vasily Kuznetsov
Modified:
April 16, 2018, 9:18 a.m.
CC:
tlucas, rosie
Visibility:
Public.

Description

Noissue - Document best practice for formatting multiline statements in Python Repository: https://hg.adblockplus.org/web.adblockplus.org Base revision: 5f273a5af3d2

Patch Set 1 #

Patch Set 2 : Change names from camelCase to underscore_separated #

Total comments: 16

Patch Set 3 : Incorporate Julian's suggestions #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -0 lines) Patch
M pages/coding-style.html View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
M static/css/main.css View 1 2 1 chunk +5 lines, -0 lines 3 comments Download

Messages

Total messages: 19
Vasily Kuznetsov
Hi guys, A long time ago (in the galaxy not so far away) Sebastian and ...
April 9, 2018, 8:09 p.m. (2018-04-09 20:09:12 UTC) #1
Sebastian Noack
I agree to the suggested rule (as you pointed out this is what we already ...
April 9, 2018, 8:32 p.m. (2018-04-09 20:32:06 UTC) #2
Vasily Kuznetsov
On 2018/04/09 20:32:06, Sebastian Noack wrote: > I agree to the suggested rule (as you ...
April 9, 2018, 11:24 p.m. (2018-04-09 23:24:13 UTC) #3
jsonesen
On 2018/04/09 23:24:13, Vasily Kuznetsov wrote: > On 2018/04/09 20:32:06, Sebastian Noack wrote: > > ...
April 10, 2018, 12:53 a.m. (2018-04-10 00:53:52 UTC) #4
jsonesen
On 2018/04/10 00:53:52, jsonesen wrote: > On 2018/04/09 23:24:13, Vasily Kuznetsov wrote: > > On ...
April 10, 2018, 1:10 a.m. (2018-04-10 01:10:41 UTC) #5
juliandoucette
(I'll wait for someone else to approve before checking the HTML)
April 11, 2018, 1:04 p.m. (2018-04-11 13:04:17 UTC) #6
Sebastian Noack
LGTM (for the content)
April 11, 2018, 1:26 p.m. (2018-04-11 13:26:29 UTC) #7
juliandoucette
LGTM + NITs https://codereview.adblockplus.org/29747647/diff/29747664/pages/coding-style.html File pages/coding-style.html (right): https://codereview.adblockplus.org/29747647/diff/29747664/pages/coding-style.html#newcode69 pages/coding-style.html:69: <ol> NIT/FWIW: I prefer the one ...
April 11, 2018, 1:41 p.m. (2018-04-11 13:41:44 UTC) #8
Vasily Kuznetsov
Hi Julian, Thanks for the comments. I need a couple of clarifications, see below. Cheers, ...
April 11, 2018, 2:51 p.m. (2018-04-11 14:51:39 UTC) #9
juliandoucette
Thanks Vasily! https://codereview.adblockplus.org/29747647/diff/29747664/pages/coding-style.html File pages/coding-style.html (right): https://codereview.adblockplus.org/29747647/diff/29747664/pages/coding-style.html#newcode69 pages/coding-style.html:69: <ol> On 2018/04/11 14:51:39, Vasily Kuznetsov wrote: ...
April 11, 2018, 3:06 p.m. (2018-04-11 15:06:49 UTC) #10
Jon Sonesen
LGTM content wise, FWIW I prefer to keep the options as they are since this ...
April 12, 2018, 4:08 a.m. (2018-04-12 04:08:08 UTC) #11
Vasily Kuznetsov
Hi Julian, I added the context to list item strings and improved the show/hide JavaScript. ...
April 12, 2018, 12:50 p.m. (2018-04-12 12:50:25 UTC) #12
juliandoucette
https://codereview.adblockplus.org/29747647/diff/29747664/pages/coding-style.html File pages/coding-style.html (right): https://codereview.adblockplus.org/29747647/diff/29747664/pages/coding-style.html#newcode71 pages/coding-style.html:71: (<a onclick="getElementById('python-multiline-a1-example').style.display = 'block';">{{python-multiline-a1-example example}}</a>), or On 2018/04/12 12:50:25, ...
April 13, 2018, 12:12 p.m. (2018-04-13 12:12:54 UTC) #13
Sebastian Noack
https://codereview.adblockplus.org/29747647/diff/29750578/static/css/main.css File static/css/main.css (right): https://codereview.adblockplus.org/29747647/diff/29750578/static/css/main.css#newcode808 static/css/main.css:808: display: none; Can't we just use use the "hidden" ...
April 14, 2018, 12:41 a.m. (2018-04-14 00:41:05 UTC) #14
juliandoucette
https://codereview.adblockplus.org/29747647/diff/29750578/static/css/main.css File static/css/main.css (right): https://codereview.adblockplus.org/29747647/diff/29750578/static/css/main.css#newcode808 static/css/main.css:808: display: none; On 2018/04/14 00:41:04, Sebastian Noack wrote: > ...
April 14, 2018, 1:17 p.m. (2018-04-14 13:17:42 UTC) #15
Sebastian Noack
https://codereview.adblockplus.org/29747647/diff/29750578/static/css/main.css File static/css/main.css (right): https://codereview.adblockplus.org/29747647/diff/29750578/static/css/main.css#newcode808 static/css/main.css:808: display: none; On 2018/04/14 13:17:42, juliandoucette wrote: > On ...
April 14, 2018, 1:24 p.m. (2018-04-14 13:24:31 UTC) #16
Sebastian Noack
April 14, 2018, 1:24 p.m. (2018-04-14 13:24:32 UTC) #17
juliandoucette
On 2018/04/14 13:24:31, Sebastian Noack wrote: > Interesting. Then LGTM from my side. (Any reason ...
April 14, 2018, 4:45 p.m. (2018-04-14 16:45:16 UTC) #18
Sebastian Noack
April 14, 2018, 7:17 p.m. (2018-04-14 19:17:38 UTC) #19
On 2018/04/14 16:45:16, juliandoucette wrote:
> On 2018/04/14 13:24:31, Sebastian Noack wrote:
> > Interesting. Then LGTM from my side. (Any reason you didn't give LGTM yet?)
> 
> I gave LGTM in comment #8.

Well, this was before the latest patch set. But I guess that means, Vasily can
push the changes now.

Powered by Google App Engine
This is Rietveld