http://www.syndie.i2p/dev.html
long words are better thnShrt1sUCntUndrstnd. Variable names/comments/etc, should be in English, unless the comments relate
to internationalization/translation issues, of course. Put your braces on the same line as the method: void foo() {
} not void foo()
{
} If a method is short enough, fit it in one line: private int getFoo() { return _foo; } No tabs, ever - we do not all use the same IDE/editor, and the code should be
readable to all of the...