Functions Naming
Open
review
- Dominant language
- HTML
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Try to name your functions as an action, the names you used confusing somehow.
https://github.com/GSG-G10/Watch-Store/blob/860921c81a5ffc1e9d3981d9bc804e0b7a569c23/scripts/dom.js#L56-L58
it's a best practice to actually tell what the function is doing by giving the function name **a verb as a prefix** (_e.g. get, fetch, push, apply, calculate, compute, post)_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.