Re: Associative array
- Posted by petelomax Mar 09, 2011
- 1713 views
menno said...
Yes Pete the difference is what is meant by insert ? A insert before or insert after a given position .
I have to think about why or what is better .
A function simply named "insert()" rather than "insert_before()" or "insert_after()" is inherently ambiguous, however I think the questions you should focus on are:
- how much legacy code must I change?
- how much do I want RDS Eu code to run unchanged on PEU?
- is the RDS Eu team likely to deprecate insert in favor of insert_before/after?
HTH,
Pete