Code style guide?
Brent Yorgey
byorgey at seas.upenn.edu
Sat Mar 23 19:18:28 CET 2013
On Thu, Mar 21, 2013 at 01:21:11PM -0700, Johan Tibell wrote:
> On Thu, Mar 21, 2013 at 12:48 PM, Ben Millwood <haskell at benmachine.co.uk>wrote:
>
> > I'm in favour of the first style, and if there's no objections, the patch
> > I'm currently writing will be split into two commits, the first of which
> > will beautify all the import lists I'm going to touch, and the second of
> > which will apply my changes.
> >
>
> I am as well as it takes up much less space.
I find it's also easier to read. It's very hard to scan and see which
modules are imported in the style where import lists are interleaved
with module names.
-Brent
More information about the cabal-devel
mailing list