Comment on Go Testing by Example [video]Comments−ilrwbwrkhv2yGo tests are fantastic. Fast, easy to write and just works. Another reason we moved to Go when moving off of Common Lisp.−Xeoncross2yAlso, writing benchmarks that report time, memory, and allocations is just as easy as writing a test. A huge win for Go compared to trying to accurately benchmark memory or cycles in TypeScript or Java.
Comments
Go tests are fantastic. Fast, easy to write and just works. Another reason we moved to Go when moving off of Common Lisp.
Also, writing benchmarks that report time, memory, and allocations is just as easy as writing a test. A huge win for Go compared to trying to accurately benchmark memory or cycles in TypeScript or Java.