Better document stack transformations #11784
Labels
area/docs
Improvements or additions to documentation
kind/enhancement
Improvements or new features
size/S
Estimated effort to complete (1-2 days).
The documentation on stack transformations is a bit "light." The best we have is this documentation page plus ancillary blog posts. The specifics of how transformations work is very different between languages, however -- particularly in Go and .NET where the weakly typed APIs require that you use reflection -- and the global stack transformation capability is mentioned only in passing.
We should do a better job at explaining this and probably link to language-specific API docs for detailed examples of how to use these in each of the languages.
The text was updated successfully, but these errors were encountered: