Gopher Con 2015: Sarah Adams Code Generation For The Sake Of Consistency
Maintaining consistency within a growing project is a challenge. I have struggled with my companys Go web API as it has grown over the past two years, trying to find a nice solution to this intraproject consistency problem without resorting to a largescale framework. In my mind, there are three general layers to project consistency: consistency in implementation among similar bits of code consistency in blackbox behavior among similar endpoints or commands consistency between actual behavior and docum
|
|