25 ms·
Why not use Python then? Its implementation of arrays/dictionaries is much less duct-tapey.
by ssunstruck 11y ago
Why not use Python then? Its implementation of arrays/dictionaries is much less duct-tapey.
- babuskov 11y agoActually 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.