Promise.allKeyed: A Safer, Named‑Result Alternative to Promise.all
The article examines the long‑standing array‑order pitfall of Promise.all, explains how the TC39 Stage‑3 Await Dictionary proposal introduces Promise.allKeyed to return objects keyed by name, and shows why this change improves readability, reduces hidden bugs, and fits TypeScript better.
