Crooked Spin

Archive for February, 2008

Programming

February 4, 2008

Refactoring

I found a bug today with Xcode’s refactoring tool (radar://5723465) that could be a headache if you don’t watch for it. If you refactor the name of a method, calls to used through an @selector, like [self performSelectorOnMainThread:@selector(someMethod:) withObject:obj waitUntilDone:NO], will not be changed. You have to pick those up yourself. This [...]

Sports

Classy

MJD:
On more than one occasion this year, Bill Belichick and the Patriots have run up the score on an overmatched opponent, and forced an opposing coach to sit there and watch his beaten team go through the motions while their heineys were being handed to them.
But when the shoe’s on the other foot, and Bill [...]