Hacker News new | ask | show | jobs
by ssunstruck 4055 days ago
Why not use Python then? Its implementation of arrays/dictionaries is much less duct-tapey.
1 comments

Actually I see PHP's duct-tape interface as an advantage. It allows you to express the data structures and manipulate them in less verbose manner, which results in less code, which is easier to debug and maintain.