Re-test the SDK against the host language's idioms. The bar is "would a senior $LANG dev recognize this as native-feeling."
Scope (tailor per SDK)
- Naming conventions match the ecosystem (snake_case vs camelCase, etc.)
- Error handling matches ecosystem norms (Result/Option, exceptions, error returns)
- Iteration, async, and resource patterns are idiomatic
- Type signatures favor ecosystem standards over direct ports from other SDKs
- Package layout matches what a consumer of this ecosystem expects
Blocked by
#5
Labels
polish, dx
Re-test the SDK against the host language's idioms. The bar is "would a senior $LANG dev recognize this as native-feeling."
Scope (tailor per SDK)
Blocked by
#5
Labels
polish,dx