From: "Dane Foster" <[EMAIL PROTECTED]> > After James' last post yesterday I went looking at the source for XMLWriter > and wondering (if time permits) if I should roll up my sleeves and > participate. I haven't convinced myself yet but two things came to mind > while looking it over:
You're most welcome Dane! :-) > 2) Are there any formal style guidelines to writing dom4j code? Generally we've just been following the usual Apache / Jakarta coding style and guidelines. We tend to try follow Sun's guidelines... http://java.sun.com/docs/codeconv/ When I moved from C++ over to Java many years ago now, I brought with it my own coding style from (gulp) about 10-12 years of doing C++. However a few years ago I took the leap and adopted Sun's style instead, just because most other source code is like that (in Sun and Jakarta at least). In addition I tend to prefer no tabs and 4 character indents just for consistency (its a 1 key stroke to enforce this in Forte ;-) just so the code is indented nicely on everyones screens. James _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
