Confirmed users
596
edits
m (→Operators) |
|||
| Line 248: | Line 248: | ||
= Implementation = | = Implementation = | ||
* Ben Bucksch | DONE | ||
* Ben Bucksch provided API, base implementation, Array, Set, and operators | |||
TODO | |||
* Ben will implement Map and sortColl() | |||
* M.-A. Darche will provide OrderedMap and possibly OrderedSet | * M.-A. Darche will provide OrderedMap and possibly OrderedSet | ||
* Others are welcome to make UI elements support these collections. | * Others are welcome to make UI elements support these collections. | ||
* The code will be documented using the [http://code.google.com/intl/en/closure/compiler/docs/js-for-compiler.html JSDoc conventions]. | * The code will be documented using the [http://code.google.com/intl/en/closure/compiler/docs/js-for-compiler.html JSDoc conventions]. | ||
Code: | |||
git clone http://git.beonex.com/jetpack/collection/ | |||
(there is no web frontend, but git clone works) | |||
= Feedback needed = | = Feedback needed = | ||