the cleanup tool is useful and getting more useful each release. however, i still find myself having to cleanup section of code doing bundling and unbundling by hand because it requires manually reordering the names within the nodes. even worse, i sometimes reorder things and then run the cleanup tool again and it decides to move things around such that another reordering is necessary (ick!). let's just give the cleanup tool the freedom to reorder the elements itself. for unbundles it's always safe. with bundles care must only be taken if a value later in the bundle overrides a previous element in which case those few elements would have to maintain their ordering (which is a fairly low use-case i would guess).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.