Closed weizou19 closed 5 years ago
lint will detect inappropriate declare. If we have good test coverage for everywhere const and let are used, unit test will fail in case anything inappropriate happens
lint
const
let
lint
will detect inappropriate declare. If we have good test coverage for everywhereconst
andlet
are used, unit test will fail in case anything inappropriate happens