Skip to content

Instantly share code, notes, and snippets.

“How We Talk About Tech” - Show Notes

Slides

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).

Video

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
{