CIDARLAB / 3DuF

Interactive microfluidic design editor
http://3duf.org
BSD 2-Clause "Simplified" License
75 stars 71 forks source link

(JS-0123) Found invalid variable declaration #271

Open rkrishnasanka opened 3 years ago

rkrishnasanka commented 3 years ago

Description

Shadowing is the process by which a local variable shares the same name as a variable in its containing scope. <!--more--> In the examples below, the variable x inside of c() is shadowing the variable x in the global scope. This can cause confusion while reading the code and make …

Occurrences

There are 3 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/CIDARLAB/3DuF/issue/JS-0123/occurrences/

msisk23 commented 3 years ago

I'm working on this