Talk comments

Jeremy knows his stuff about MongoDB and PHP.

I liked how how you promoted dependency injection.

I like the idea of extracting business logic. I think an example of separating out logic with a code example would have helped.

We used PSR-4 to autoload classes with namespaces.
When we hired a new developer, he found it was difficult to find where the definitions of the classes are because of autoloading. It would have been easier to have a require_once to find them.
We have found it better to not use autoloading.

A factory *still* instantiates or creates a new object. There is only one factory instance, but calling newInstance creates an object.

Tom Anderson at 13:39 on 14 Jan 2016

A very good speaker. Bringing PJ to SkiPHP was a great idea. Favorite talk today.

Tom Anderson at 13:03 on 14 Jan 2016

Davey jumps topics very fast while he covers the whole of his presentation. Stay on the tip of your toes and you'll learn something.

Great illustration of how to use real time data.

Excellent talk, great technical knowledge of subject and great insights.

He really knows what is going on with HTTP1 and how we are starting to move to HTTP2.

Tom Anderson at 11:02 on 14 Jan 2016

A very good overview of the PHP community. Enjoyed FIG & PSR standards although Ben was not opinionated about the opinionated approach of the PSR. ZF2 was prominently missing from the list of frameworks.

Kyle Waters at 10:46 on 14 Jan 2016

Very useful. Loved the parts about new features such as ?? and traits. Inclusion of FIG was also good idea.