Talk comments

Przemyslaw Peron at 19:04 on 4 Nov 2017

a mind blowing talk. I didn't know you can do so many different things with Composer.

Przemyslaw Peron at 18:59 on 4 Nov 2017

I was expecting a bit more clear explanation of the ideas.

silesian Berg at 18:49 on 4 Nov 2017

A good talk with nice examples

Ooops posted in a wrong talk that was meant for your goto talk.

You are clearly one of the most knowledgeable people in PHP community xdebug is a wonderful life saver. :)
That's said I think you focused to much on token analysis although it might just be my inexperience speaking.

How so much knowledge about PHP handling our scripts could be put to use?

RafaƂ at 17:49 on 4 Nov 2017

A lot of good practises! Very good talk.

Morten Bergset at 16:57 on 4 Nov 2017

Impressive and interesting:-) I truly appreciate your contributions to PHP!

It would have been interesting to here your tips for small optimization in php code, since you obviously know a lot about what happens underneath. Like, is switch statements expensive?

Morten Bergset at 16:51 on 4 Nov 2017

I like your ideas. The code is more readable this way:-)

Morten Bergset at 16:48 on 4 Nov 2017

Inspiring talk, I will use make use of this at work (Symfony based project ). Good examples of what to use it for :-)

Hugo Hamon at 16:43 on 4 Nov 2017

Really interesting talk that introduced me to smoke testing. I like the live coding session to illustrate your talk. Good job!

I wonder if your library could be extracted and added to the Symfony framework by default. It may be interesting to bring it to extend the functional testing framework.