PDLPorters / PDLPorters/pdlporters.github.com

Use promises rather than callbacks where possible, and async/await preferred

Open
#16 0 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.