[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B6080C5.7020306@austin.ibm.com>
Date: Wed, 27 Jan 2010 12:07:01 -0600
From: Joel Schopp <jschopp@...tin.ibm.com>
To: Stefani Seibold <stefani@...bold.net>
CC: linux-kernel <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>, apw@...onical.com,
davej@...hat.com
Subject: Re: [PATCH] checkpatch.pl: remove the 80 charactes punch card limit
> The time of 80 characters punch card and terminals are over, so i would
> be a good thing to set the line length limit to 120. Every display today
> should be able handle this.
>
Nack.
While the origins of 80 character lines dates back to punchcards there
is a reason it has survived the test of time. Lines that go longer are
hard to comprehend. Either they are long themselves, in which case
breaking them up into smaller chunks on multiple lines helps
readability, or they are starting from deep indentation, in which case
the function should be refactored or broken up so the logic is more
digestable.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists