hyperoslo / TimeAgo

Other
11 stars 1 forks source link

Never use println #3

Closed zenangst closed 9 years ago

zenangst commented 9 years ago

You should never ship code that includes println() function calls. Try to do all debugging with breakpoints instead.

https://github.com/hyperoslo/TimeAgo/blob/master/Source/NSDate%2BTimeAgo.swift#L23

jgorset commented 9 years ago

You can close issues automatically through pull requests if you reference it in the commit or pull request message, @richardoti, so when you make a pull request for this one you can just say "Fixes #3" in it. That way you don't have to close it manually. Pretty neat.

zenangst commented 9 years ago

@jgorset this is why I @ GitHub