A great programming book – from arrays to collections, from procedural to functional

PHP developers use arrays all the time and tend to use loops to iterate over the elements in the array and perform some action on them. It’s such a common pattern that it becomes a way of solving programming problems that is automatic and rarely questioned. But there is a better way. ‘Collections’ are object … Continue reading A great programming book – from arrays to collections, from procedural to functional