coding standards

Charles Goodwin <[email protected]> Sat, 21 Feb 2004 00:35:23 +0000
Newsgroups gmane.comp.java.xwt.widgets
Organization XWT Foundation
Message-ID <[email protected]>
I'm trying to adhere to fairly strict coding standards with the widgets,
so all widget files should be done the same way and hence be fairly easy
to interpret.

I'm thinking this kind of order for traps/functions:

thisbox.traps (public traps defined here first) in alphabetical order
done in read/write order (trap1.r, trap1.w, trap2.r, then trap2.w etc)

then traps on other public properties

then private traps

then functions

Although looking at that I'm just not sure.  Any ideas?  Worst comes to
worst, I always tend to fall back on alphabetical order. ;)
-- 
- Charlie

The future of the net - www.xwt.org

Charles Goodwin <[email protected]>
  Member of the XWT Foundation