Conversation:
Notices
-
Brett Slatkin ()'s status on Sunday, 27-Jan-2013 16:12:00 EST Brett Slatkin
It is ridiculously easy to refactor Go I've written Go in the past, but not enough to understand its nuances or appreciate its design tradeoffs. Over the holiday I hacked quite a bit on a project in Go. I discovered a profound outcome of Go's support for static type checking and duck typing: It is ridiculously easy to refactor Go. This wasn't obvious to me until I experienced it myself. My proj…