December 12, 2016How mutability bit my rear this past week Continue reading "How mutability bit my rear this past week"
December 6, 2016December 6, 2016The right tool for the job Continue reading "The right tool for the job"
November 25, 2016Swift’s defaults params, for fun and profit Continue reading "Swift’s defaults params, for fun and profit"
November 14, 2016Program to an interface, not an implementation Continue reading "Program to an interface, not an implementation"
October 17, 2016Replacing Type Code with Polymorphism Continue reading "Replacing Type Code with Polymorphism"
August 5, 2016August 5, 2016On unit testing private behaviours Continue reading "On unit testing private behaviours"
May 25, 2016TIL: UIViewController.init() might initialize a xib Continue reading "TIL: UIViewController.init() might initialize a xib"
May 24, 2016Swift extensions can be applied to Objective-C types Continue reading "Swift extensions can be applied to Objective-C types"
May 18, 2016Clarity is more important than brevity. Sometimes you can have both. Continue reading "Clarity is more important than brevity. Sometimes you can have both. "