March 21, 2012

Autocompletion level: Xcode

Working on an iOS contract application the other day, I happened to create a manager class for a data collection. The purpose of the manager was to bundle a table view data source in with other convenience methods for the array being managed (`count`, etc.). In the process, I stumbled across a pretty aggressive autocomplete suggestion. More
February 13, 2012

Software craftsmanship

...programmers have, much to the same extent as other engineering disciplines, a rigorous set of best practices and professional ethics... More
September 21, 2011

Credit where credit's due

In a pull request, though, there are two key people: the author and the committer... Both of these people should have their names attached to the commit. More