Skip to content

reading

A user store built on request coalescing

typescript · advanced · 5 files · the brief is in the README

README.md5 lines
# A user store built on request coalescing Explain this codebase to a teammate who has to modify it tomorrow. Say what each file is for, and be exact about what happens to a second call to getUser for the same id, made right after the very first fetch for that id fails. — typescript · advanced · 5 files · graded against a hidden rubric

your reading

Explain what this does. The more precisely you cover what actually happens, the higher the score. Vague credit is not given.

0 characters · 120 minimum

No daily cap on grading for your plan.

5 files still unopened: src/types.ts, src/coalesce.ts, src/cache.ts, src/user-store.ts, src/index.ts