this post was submitted on 24 Dec 2024
5 points (85.7% liked)
Hacker News
2334 readers
410 users here now
Posts from the RSS Feed of HackerNews.
The feed sometimes contains ads and posts that have been removed by the mod team at HN.
founded 11 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Spend more time reading documentation basically. You quickly learn what is available when you have to spend time looking it up. autocomplete is a nice speed boost but if it breaks and you cannot do anything then maybe you should spend some time without it and learning to lookup/read the docs. Quite often the docs give a lot more details about how things should be used that autocomplete cannot convey. IMO you should see it as a nice reminder of things rather then the main way you learn about APIs.