JavaScript Deep Dive API Design: Writing Functions Developers Actually Want to Use
🟨 JavaScript Deep Dive — Issue #29 JavaScript API Design: Writing Functions Developers Actually Want to Use Good APIs make the correct thing easy—and the wrong thing difficult. You use APIs constantly in JavaScript. And I don’t just mean REST APIs. Every time you create a function like: you’ve created an API. Every class, module, … Read more