clean-code-php
clean-code-php copied to clipboard
An array is a dumb container of unknown data
Arrays should be used to store lists: keyless elements of the same type.
Would you welcome a PR explaining associative arrays should be intelligent objects?