|
|
|
|
|
by estebank
525 days ago
|
|
This thread feels weird to me because when I write code I do think about my public API, have even sketched it out separately looking at the desired usage pattern, but never felt the need to save that sketch as anything other than as part of the documentation. Which lives next to the code that implements that API. I think it is telling that the handful of languages that still have something akin to .h files use them purely to define cross-language APIs. |
|