console.logs and commented out code
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 35/100
- Issue type
- Refactor
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- javascript
- Domain
- backend
Research direction
Start with dom.js at lines 91 and 116-118, then search the project for console.log statements and commented-out code. Done means the unwanted logs and commented-out code are removed, with no such examples left in the project; the issue does not name a test to run.
Written by the indexing model from the issue text.
Description
Avoid leaving console.log statements in your code.
See: https://github.com/fac-14/NDJS-API/blob/master/dom.js#L91, https://github.com/fac-14/NDJS-API/blob/master/dom.js#L116-L118
Also, you shouldn't leave commented out code in your project. See here: https://github.com/ryanmcdermott/clean-code-javascript#dont-leave-commented-out-code-in-your-codebase
(These things should be filtered out in code review, reject the pr if there are logs or commented out code).
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from fac-14/NDJS-API
-
README needs content Open
Difficulty 1/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Readability 📖 Open
Difficulty 2/5 1-3 hours Newbie friendliness 48/100
-
Duplicated code Open
Difficulty 2/5 1-3 hours Newbie friendliness 42/100
-
🚨Use of innerHTML Open
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
Similar issues
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
apache/cloudstack#14222 ·
-
Browser Waiting for: Product Owner
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
getsentry/sentry-javascript#24577 · 1 comment ·
-
curation good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
amponce/archive-movie-browser#186 ·
-
light
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
aemdemos/patients-stryker#253 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
clerk/javascript#9852 ·