Re: basic decisions - coding conventions

2011-12-15 Thread Gerhard Petracek
hi @ all, i created [1] for collecting the suggestions. if you don't like one of the mentioned conventions, add your own suggestion. i'll start a vote about it on monday. regards, gerhard [1] https://issues.apache.org/jira/browse/DELTASPIKE-12 2011/12/12 Jason Porter lightguard...@gmail.com

Re: basic decisions - coding conventions

2011-12-15 Thread Matthias Wessendorf
On Mon, Dec 12, 2011 at 12:37 PM, Mark Struberg strub...@yahoo.de wrote: Hi! I'm a fan of a pretty tight coding convention observation even at build time. What we usually have (in owb and myfaces) is an own 'buildtools' project which contains the checkstyle rules as own artifact. This will

Re: basic decisions - coding conventions

2011-12-15 Thread Matthias Wessendorf
On Mon, Dec 12, 2011 at 1:38 PM, Gerhard Petracek gpetra...@apache.org wrote: +1 for 4 spaces yup regards, gerhard 2011/12/12 Shane Bryzak sbry...@gmail.com On Mon, Dec 12, 2011 at 9:37 PM, Mark Struberg strub...@yahoo.de wrote: Hi! I'm a fan of a pretty tight coding convention

Re: basic decisions - coding conventions

2011-12-15 Thread Jason Porter
imo whitespace is a must, it helps with readability. I'm fine with everything else On Thu, Dec 15, 2011 at 14:02, Matthias Wessendorf mat...@apache.orgwrote: 5) a space between keyword and round bracket (e.g. if (...) instead of if(...)) 6) a space before and after an operand (e.g. a = 1 +