Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(locals): adds guideline for not duplicating vars into locals
We have a standard that has been talked about but not properly documented, whereby uses should not simply duplicate all vars into local variables. This duplication causes issues with code completion as well as making refactoring and reviews more difficult.
- Loading branch information