You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interface: can be a language (like Python or JS), or program API (eg: Docker) or something else
Sometimes, I feel like finding what other popular and good documentation are there for certain interface. This will help collapse interfaces that aren't needed and focus on finding documentation in the ones that are available.
Manually typing to enable takes more effort that scrolling and reading the alphabetized list quickly. Unfortunately, different language based libraries are mixed together. Some of them are polyglot libraries, making it harder to guess if they'd have you interface, resulting in decreased happiness.
This is vital when I move to a new code-base in a language that I haven't used for a while. Grok around the code for a while, get the documentations for all the weird keywords that feel vaguely familiar and then get to work :)
The text was updated successfully, but these errors were encountered:
Interface: can be a language (like Python or JS), or program API (eg: Docker) or something else
Sometimes, I feel like finding what other popular and good documentation are there for certain interface. This will help collapse interfaces that aren't needed and focus on finding documentation in the ones that are available.
Manually typing to enable takes more effort that scrolling and reading the alphabetized list quickly. Unfortunately, different language based libraries are mixed together. Some of them are polyglot libraries, making it harder to guess if they'd have you interface, resulting in decreased happiness.
This is vital when I move to a new code-base in a language that I haven't used for a while. Grok around the code for a while, get the documentations for all the weird keywords that feel vaguely familiar and then get to work :)
The text was updated successfully, but these errors were encountered: