Archive for May 18th, 2006

Associative Arrays Must Die

Thursday, May 18th, 2006

Andrew Dupont wrote an excellent post explaining why using Array for maps/hashes/asssociative arrays are considered harmful. If you use Arrays for hashes in JavaScript you should be ashamed of yourself