Talk in English - UK at PHPBenelux Conference 2016
View Slides: http://www.slideshare.net/MarkBakerUK/a-functional-guide-to-cat-herding-with-php-generators
Short URL: https://joind.in/talk/62220
(QR-Code (opens in new window))
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!
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.