Emily
Results
2
issues of
Emily
### Introduction We're currently rewriting core pieces of React Native's infrastructure to function without the bridge. As part of that effort, we want to re-think how we create and manage...
👓 Transparency
💡 Proposal
The for loop in GaussLegendreXW initializes an iterator variable `it` that shadows a previously declared `it` outside the loop. The outer `it` is compared to `MAXIT`, but because it's shadowed...