Love the switching from theory to practice.
amazing talk. learn lot about caching. my only comments was. Just take time to pause to drink water ;) but otherwise the talk was perfect
Excellent and real practical tips.
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.
In my opinion starting with the demo would be better to have direct idea.
@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.
Quick and easy and hassle free
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.
A great talk about Event Sourcing, with well-prepared examples and structure.