firebase / firebase/firebase-js-sdk
Added generics to typed interfaces
Open
api: auth
api: database
feature request
- Dominant language
- TypeScript
- Stars
- 5.1k
- Forks
- 1k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 37
Description
The addition of types are ok, it helps catch API compliance with the compiler.
However without generics, there are a whole class of potential runtime errors that could have been easily caught at compile time.
Adding generics, will save an immeasurable amount of effort for integrators, by eliminating basic bugs that would have otherwise led to lost developer productivity and reduced software quality.
Contributor guide
Assessment
This issue has not been assessed yet.