I don’t think the slides are very useful on their own but you can find them here: http://rosstuck.com/dpc2016/#/.
(I was unable to create a decent PDF export, hence the self hosting).
The talk was recorded but I don’t know when it will be released.
I don’t think the slides are very useful on their own but you can find them here: http://rosstuck.com/dpc2016/#/.
(I was unable to create a decent PDF export, hence the self hosting).
The talk was recorded but I don’t know when it will be released.
| <?php | |
| /** | |
| * This is the clock interface. It's really simple, you write it once, use it anywhere. | |
| * Cool extra things you can do: | |
| * - have it return custom value objects | |
| * - separate method for currentDate() without time part | |
| */ | |
| interface Clock | |
| { |