← Back to team overview

launchpad-dev team mailing list archive

RFC: format lists one-per line ?

 

Have a look at https://code.edge.launchpad.net/~wgrant/launchpad/per-archive-build-debug-symbols/+merge/29671

Look at the reflowed lists - pretty hard to tell whats going on.

In bzr, we format lists like that as follows:

foo = [
    'bar',
    'gam',
    'quux',
    ]

This makes the diff /really easy/ to read.

Any objections to this change?

-Rob



Follow ups