Hi,
Am 24.03.2009 um 20:08 schrieb Howard Lewis Ship:
Using regular and proper formatting assists in submitting patches.
hahaha! If someone submitting a patch ever adhered to a coding
convention of any sort.
A little Javadoc would be nice as well.
Yes. That would definitively be a good a
+1
Using regular and proper formatting assists in submitting patches.
A little Javadoc would be nice as well.
On Tue, Mar 24, 2009 at 4:46 AM, Mark Volkmann
wrote:
>
> +1 for running all the code under src/jvm through some code formatter
> that uses something at least similar to the Sun Java c
On Mar 24, 7:46 am, Mark Volkmann wrote:
> +1 for running all the code under src/jvm through some code formatter
> that uses something at least similar to the Sun Java conventions.
>
> On Mon, Mar 23, 2009 at 11:59 PM, BerlinBrown wrote:
>
> > I was curious about how some of the clojure code wor
You mean by Sun Norvig conventions right ? ;)
http://code.google.com/p/clojure/issues/detail?id=16&q=pretty&colspec=ID%20Type%20Status%20Priority%20Reporter%20Owner%20Summary
On Mar 24, 1:46 am, Mark Volkmann wrote:
> +1 for running all the code under src/jvm through some code formatter
> that
Even though I don't really care for the indentation style used, it is
(unlike most projects) consistent and clear.
Joshua
On Mar 24, 8:40 am, David Nolen wrote:
> Javadoc would be nice, but I do note that Rich's Java code is pretty darn
> clear ;)
> I also note the indentation style is similar
Javadoc would be nice, but I do note that Rich's Java code is pretty darn
clear ;)
I also note the indentation style is similar to Whitesmith's according to
Wikipedia http://en.wikipedia.org/wiki/Indent_style. I've always preferred
the BSD curly brace level matching convention over the K&R derivat
Why you guys want to suppress all the fun from clojure ? ;-) :-p
2009/3/24 Mark Volkmann
>
> +1 for running all the code under src/jvm through some code formatter
> that uses something at least similar to the Sun Java conventions.
>
> On Mon, Mar 23, 2009 at 11:59 PM, BerlinBrown
> wrote:
> >
+1 for running all the code under src/jvm through some code formatter
that uses something at least similar to the Sun Java conventions.
On Mon, Mar 23, 2009 at 11:59 PM, BerlinBrown wrote:
>
> I was curious about how some of the clojure code worked and observed
> that the coding style is a littl
I was curious about how some of the clojure code worked and observed
that the coding style is a little bit non idiomatic from typical Java
coding conventions. E.g. there aren't any javadoc comments on methods
or classes, non standard indents.
Something like checkstyle might prove useful.
http:/