Last active
April 25, 2024 02:59
-
-
Save tymtam2/f2889c3882991b95ace33bd46a04761b to your computer and use it in GitHub Desktop.
Good books vs good APIs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Must | Good book | Good API | |
---------------------------------------------------------- | |
Exist | Yes | Yes | |
Be Available | No* | Yes | |
Solve a problem | No | Yes | |
Explain the tricky bits | No | Yes | |
Be Consistent | No* | No* | |
Not have any issues/bugs | No | No | |
Be written in a specific language | No | No | |
Be typed in a specific editor | No | No | |
Be in certain style | No | No | |
Start a revolution | No | No | |
* - it helps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment