[dev] comments
Marko Djukic
mdjukic at horde.org
Wed Sep 17 16:30:45 PDT 2003
this could be a bit anal, but what should be our style of writing comments, the
ones that are amongst the code, as opposed to function/class headers etc.
eg. we have a mix at the moment:
/* Some comment...
* next line of comment. */
// Some comment...
// next line of comment.
/* Some comment...
next line of comment. */
plus what's the wrapping supposed to be? i've been trying to keep it at 80,
because i find it a bit annoying seeing them cut to random lengths, which they
are mostly now...
m.
More information about the dev
mailing list