Bad APIs: Deceiving Your Readers
By Eric
—
—
1 minute read
APIs are user interfaces for programmers. I came across a function recently that had a couple of user interface issues that serves as a great example of this principle.
The function is internal to an HTTP client class, taking care of the common logic independent of the HTTP method, and …