Return-Path: Delivered-To: apmail-incubator-hama-commits-archive@minotaur.apache.org Received: (qmail 26348 invoked from network); 25 Jan 2011 19:44:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2011 19:44:26 -0000 Received: (qmail 16964 invoked by uid 500); 25 Jan 2011 19:44:26 -0000 Delivered-To: apmail-incubator-hama-commits-archive@incubator.apache.org Received: (qmail 16931 invoked by uid 500); 25 Jan 2011 19:44:25 -0000 Mailing-List: contact hama-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-commits@incubator.apache.org Received: (qmail 16923 invoked by uid 99); 25 Jan 2011 19:44:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 19:44:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 19:44:23 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 8431C390 for ; Tue, 25 Jan 2011 19:43:55 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 25 Jan 2011 19:43:55 -0000 Message-ID: <20110125194355.93878.86796@eosnew.apache.org> Subject: =?utf-8?q?=5BHama_Wiki=5D_Update_of_=22HowToContribute=22_by_ChiaHungLin?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for chan= ge notification. The "HowToContribute" page has been changed by ChiaHungLin. http://wiki.apache.org/hama/HowToContribute?action=3Ddiff&rev1=3D7&rev2=3D8 -------------------------------------------------- = Contributors should join the Hama mailing lists. In particular, the commi= t list (to see changes as they are made), the dev list (to join discussions= of changes) and the user list (to help others). = + =3D=3D=3D Coding convention =3D=3D=3D + = + * Variable should be meaningful. For instance, the declaration of `Strin= g colum' would be better than `String str'. = + * Indentation is 2 spaces, not 4. + * Argument checks for [[http://download.oracle.com/javase/6/docs/api/jav= a/lang/NullPointerException.html|NullPointerException]], [[http://download.= oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html|Illeag= alArgumentException]], etc. + = =3D=3D=3D See also =3D=3D=3D = * [[http://www.apache.org/dev/contributors.html|Apache Contributor Docum= entation]]