Archive for January 9th, 2010

The duct tape of the universe

Posted in Uncategorized on January 9th, 2010 by admin – Be the first to comment

My initial move from PHP to C# almost killed me. In C#, arrays are just a simple structure with a static size and numeric index. In PHP, arrays are the duct tape of the universe!

http://stackoverflow.com/questions/61401/hidden-features-of-php/64475#64475