Heath Stewart @heaths.dev · Nov 12

Do people think the old docs or the new docs look better? Old: github.com/Azure/azure-... New: github.com/Azure/azure-... The code to create a SecretClient in #rustlang is a little higher up in the README. This mirrors what most other #AzureSDK languages do while allowing us to compile snippets.

2 likes 2 replies

?

Replies

Kevin Jones · Nov 12

I like making assumed things more obvious like let client = create_your_client(); I do this in .NET docs so that people that are skimming don’t think “client” is something they needs to be imported.

Robin · Nov 12

I think the new one is fine, as long as you keep the setup code around at the earliest point possible (which you did :D)