Viewing profile — kevpie
kevpie
HN member- Joined
- Wed, Oct 06, 2010, 6:25 AM UTC
- HN karma
- 5
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About kevpie
No profile information was provided.
Recent public activity
-
comment
Comment #40796004
I was going to say this sounds like Go Go Red Ball. Wonderful to see the nod to Nate Heagy in the repo!
-
comment
Comment #16402053
You are right, no changes. With a change, most objects are still valid as cached and can result in similar speedup. I'm also wary of caching introducing bugs and intend to continue…
-
comment
Comment #16399464
Larger projects can now effectively be TDD'd in. Or rather you modify or fix a test in a test file and the tests compile and execute very fast. Or even simply the call to `go run`,…