#api-design

[ follow ]
Node JS
from2ality
4 months ago

Could JavaScript have synchronous `await`?

Synchronous and asynchronous code can't interleave, causing duplication and API constraints.
The future of JavaScript could change if 'await' can be used in synchronous code.
fromRealpython
5 months ago

Single and Double Underscore Naming Conventions in Python - Real Python

Understanding Python's underscore conventions is essential for clear API design and code readability.
[ Load more ]