A functional guide to cat herding with PHP generators

Comments

Comments are closed.

A quite informative talk on PHP generators, put in a very interesting light - the real world problem that the speaker had solved (tracking cat movement) using generators added a great touch to the presented material. I had fun and learned how to reduce memory footprint using the filter-map-reduce pattern!

Van Belle Jonathan (Grummfy) at 12:54 on 30 Jan 2016

very intresting, find very good patern. will be happy to dig a bit the code

Interesting, informative, insightful and at the same time very enjoyable.
And a very good explanation of the (powers of the) filter-map-reduce pattern.
Gave me a bunch of ideas to start putting it into practice myself.