aws-doc-sdk-examples icon indicating copy to clipboard operation
aws-doc-sdk-examples copied to clipboard

Old examples for the Go SDK removed?

Open cyberbeast opened this issue 1 year ago • 0 comments

Just curious, what is the motivation behind removing older examples in favor of incomplete ones here? The reasoning is not well documented.

There appears to be a shift in guidance for unit testing for the Go SDK compared to the Pull Request linked above. I see stubs defined in various packages. Is there any justification for implementing stubs using the testtools package? IMO, the previous examples/documentation was fairly idiomatic to show appropriate unit testing. See here. Although I don't think the Go SDK implementation changes that, but I wonder why the older examples that indicate a more idiomatic recommendation got removed in favor of the current ones? Not saying the testtools package is not useful, but perhaps the examples that use it should live along side the previous ones that follow the guidance on unit-testing provided here.

cyberbeast avatar Sep 14 '24 03:09 cyberbeast