Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

(JS-D005) Found implicit callback functions #6

Open
claranceliberi opened this issue Mar 12, 2021 · 0 comments
Open

(JS-D005) Found implicit callback functions #6

claranceliberi opened this issue Mar 12, 2021 · 0 comments

Comments

@claranceliberi
Copy link
Owner

Description

Array prototype of JavaScript includes many methods which take function as their argument (or callback). But, it may cause many readability problems and using callback function implicitly leads to non-reusability. Using, functions explicitly will be a good practice rather than explicit. #### Example - The non-preferred way : ```js var …

Occurrences

There are 6 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/ntwaricliberi/rca-auth/issue/JS-D005/occurrences/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant