Re: Nomenclature
Jeff Buhrt <[email protected]> Tue, 11 Nov 2003 11:57:20 -0500
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <[email protected]> |
Charlie, I would go with Java style naming. Maybe: xwt.util.OrderedList and the second being list or vector... [I know that will be knocked down because it is two words, but something saying what it does is important. Also the Java naming context is also something that this would be compared to.] -Jeff Charles Goodwin wrote: > Keeping on my favourite subject (at least, the one I seem to raise > most often), I'd like some advice on the naming of some util widgets. > > Currently, I have: > > xwt.util.list > An alphabetically ordered list of objects > ie: an automatically ordered array with binary insertion > and retrieveal > > xwt.util.vector > An arbitrarly ordered list of objects with quick retreival > ie: an array that scales well > > Is everybody happy with those names? > > Would people prefer maybe 'list' to be 'hash', and then perhaps > 'vector' to be 'list'? Or are there other suggestions? Since these > will be used quite a bit in the widgets, I'd appreciate it if we got > them named quickly now rather than later. :) > > - Charlie > > > _______________________________________________ > widgets mailing list > [email protected] > http://lists.xwt.org/listinfo/widgets >