GopherCon 2015: Sarah Adams - Code Generation For The Sake Of Consistency

Maintaining consistency within a growing project is a challenge. I have struggled with my company’s Go web API as it has grown over the past two years, trying to find a nice solution to this intra-project consistency problem without resorting to a large-scale framework. In my mind, there are three general layers to project consistency: consistency in implementation among similar bits of code consistency in black-box behavior among similar endpoints or commands consistency between actual behavior and docum
Back to Top