top | item 37201357

(no title)

drew-y | 2 years ago

> Easier refactoring (no wondering who all the consumers of GET /users are)

Unless your API calls are properly abstracted into function calls. No reason you can't just have a `getUsers()` function on the frontend, and then use your favorite “find all references” tool from there.

discuss

order

No comments yet.