PDLPorters / PDLPorters/pdlporters.github.com
Use promises rather than callbacks where possible, and async/await preferred
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 3
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
what it says on the tin, the code has some callback stuff (which might just be because it uses jQuery see #15) but that style is passe
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.
Research direction
The issue names no files or tests; begin by inventorying callback-based code and checking issue #15 for the jQuery context. Define which callbacks can be migrated to promises or async/await, and verify that affected website behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery
- Domain
- frontend, web-dev
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100