Talk comments

A great talk about Event Sourcing, with well-prepared examples and structure.

Love the switching from theory to practice.

Van Belle Jonathan (Grummfy) at 15:45 on 30 Jan 2016

amazing talk. learn lot about caching. my only comments was. Just take time to pause to drink water ;) but otherwise the talk was perfect

Niels C at 15:17 on 30 Jan 2016

Excellent and real practical tips.

Niels C at 15:15 on 30 Jan 2016

Good talk, maybe interesting to know if audience was already doing code reviews, to focus the talk. Complete talk, lot of info given.

Finally a clear look on composer an how to use it the right way.

Niels C at 15:09 on 30 Jan 2016

In my opinion starting with the demo would be better to have direct idea.

on GrumPHP

@Koen, thank you for that comment. I do agree with you, code samples would have helped, but they would also not have fit in the 45 minutes i had. The goal of this talk is to look at the complete picture, Object Calisthenics is just one solution i go into.

Unfortunately the in-depth talk was not selected for PHPBenelux, but you can see it here: http://protalk.me/your-code-sucks-lets-fix-it it has all the details you are looking for.

Thank you for coming to the talk and for the feedback, feel free to ping me for more details or questions.

Mark Baker at 15:00 on 30 Jan 2016

Quick and easy and hassle free

Mark Baker at 14:55 on 30 Jan 2016

Good to see some performance comparisons between SPL datastructures and userland equivalents with arrays for both PHP5 and PHP7, showing how they've changed between the two major versions. Also interesting was the Set datastructure and a numer of approaches to implementing it in userland PHP: I'd have liked to have seen some mention of SPLHeap as well; but overall a good reminder of just what is built into PHP already, the performance/memory benefits; and the differences between 5 and 7.