Critical
1 post tagged with "Critical"
- Search Gear 10 - I need your critical comments!
Go, I need your constructive critical comments. For me constructive criticism is the fast way to learn. So here is my first simple bit of code (which I’m prepared to share). How would you have done it differently and why is your way better than mine? What’s wrong with my Go style, and what bits are not go-idiomatic? - see it better at http://play.golang.org/p/9tOXSFUHT2 package configure import ( "github.com/laurent22/toml-go" "errors" "io/ioutil" ) type twitter struct { apiKey string apiSecret string userKey string userSecret string users toml.