Blog
Tutorials, guides, and insights to help you become a better developer.
Here's a scenario I see in almost every codebase I review. A developer writes an async function that reads some state, does a bit of work, then writes back a result. In tests, it's fine. In development, it's fine.
AdminAugust 2, 20267 min read