Hi, I think in this case there's not going to be a lot of 3rd party code effected and it's easy enough to implement if someone want to use Apache Flex. If anyone has another opinion please speak up.
> Options are: > 1.- make a revert of all branch > 2.- make a new Interface that extends the IList in the apache namespace > with this method and make the 12 classes implement this new interface > instead the old one. > 3.- remove the new method from IList interface and left the new methods in > the 12 classes. > 4.- Make an utility class > 5.- leave the change as it is I'd learn towards option 2 or 3 or perhaps 4 or 5 but don't really have a strong opinion. I don't think we should revert. The performance is a non issue IMO - premature optimisation and all that. O(N) is fast unless N is very large and in some cases you wont know the index to remove so it's a useful addition. > In the end it was marked as "easy fix". That was me (I think) as I considered it something easy to do - just trying to encourage people :-) Thanks, Justin
