Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 70598 invoked from network); 24 Aug 2006 21:10:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Aug 2006 21:10:58 -0000 Received: (qmail 19151 invoked by uid 500); 24 Aug 2006 21:10:58 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 19040 invoked by uid 500); 24 Aug 2006 21:10:58 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 19030 invoked by uid 99); 24 Aug 2006 21:10:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 14:10:57 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jason.dillon@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 14:10:57 -0700 Received: by nf-out-0910.google.com with SMTP id n29so735725nfc for ; Thu, 24 Aug 2006 14:10:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=gis3QLFl5tvh/Xza9IptIuJllm4vKuGirHaAnHhnsieVYihudCy24zL5t5RwpWMngkuuPHcK9emOGVMhexN0dpxug1d5W2e1mqzMJBM5CV2d3Usw9FY9WDJ41kjv6NCHUpCwoNpQdxl9+52R7DmZd9wkUvIPnbSLUcLA3mzKL1A= Received: by 10.48.14.4 with SMTP id 4mr4391148nfn; Thu, 24 Aug 2006 14:10:35 -0700 (PDT) Received: from ?10.0.1.4? ( [24.7.69.241]) by mx.gmail.com with ESMTP id 16sm1452764hui.2006.08.24.14.10.34; Thu, 24 Aug 2006 14:10:35 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <167E0DF5-31F3-46EF-BDBD-393A996AF72B@planet57.com> Content-Transfer-Encoding: 7bit From: Jason Dillon Subject: Re: Coding style, specifically 80 characters Date: Thu, 24 Aug 2006 14:10:23 -0700 To: activemq-dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I think the 80 char limit is antiquated... now that most folks have displays that can quite easily display more than 80 columns. Limiting lines to 80 tends to force folks to artificially reformat code which just uglies things up. --jason On Aug 24, 2006, at 1:56 PM, Sepand M wrote: > Hi guys, > > Do you have a coding style that I should go by? > Specifically, do you use the 80 chars/line limit? > I see a lot of code that doesn't, so I haven't, but it's bugging me > more and more by the second. > > Regards, > Sepand