Return-Path: X-Original-To: apmail-corinthia-commits-archive@minotaur.apache.org Delivered-To: apmail-corinthia-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A5BF10C3D for ; Mon, 5 Jan 2015 20:50:18 +0000 (UTC) Received: (qmail 37761 invoked by uid 500); 5 Jan 2015 20:50:19 -0000 Delivered-To: apmail-corinthia-commits-archive@corinthia.apache.org Received: (qmail 37740 invoked by uid 500); 5 Jan 2015 20:50:19 -0000 Mailing-List: contact commits-help@corinthia.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@corinthia.incubator.apache.org Delivered-To: mailing list commits@corinthia.incubator.apache.org Received: (qmail 37731 invoked by uid 99); 5 Jan 2015 20:50:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2015 20:50:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 05 Jan 2015 20:49:57 +0000 Received: (qmail 37612 invoked by uid 99); 5 Jan 2015 20:49:55 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2015 20:49:55 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id E493FAC0024; Mon, 5 Jan 2015 20:49:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1649656 - /incubator/corinthia/www/policy_coding.html Date: Mon, 05 Jan 2015 20:49:51 -0000 To: commits@corinthia.incubator.apache.org From: jani@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150105204952.E493FAC0024@hades.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jani Date: Mon Jan 5 20:49:51 2015 New Revision: 1649656 URL: http://svn.apache.org/r1649656 Log: corrected typo Modified: incubator/corinthia/www/policy_coding.html Modified: incubator/corinthia/www/policy_coding.html URL: http://svn.apache.org/viewvc/incubator/corinthia/www/policy_coding.html?rev=1649656&r1=1649655&r2=1649656&view=diff ============================================================================== --- incubator/corinthia/www/policy_coding.html (original) +++ incubator/corinthia/www/policy_coding.html Mon Jan 5 20:49:51 2015 @@ -52,7 +52,7 @@

Coding standards

We aim not to make long and complicated rules for how to write code, because we believe rules makes programming be a lot more worklike than fun. BUT in order to have code that are maintainable, robust and easy readable we do need a minimum of rules.

The goal of this document is to describe what we have agreed to as the basis coding standard, for everything else we simply expect you follow what your experience tell you

-

Rules +

Rules are listed below. If you have suggestions please let us discuss it on our maling list dev@, no rule is set in stone !

Use of indent

jan