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
I had good experience with docs providing different level of abstraction.
On one hand a “quickstart” section to get a wide spektrum of standard “simple” things quickly done.
Also useful for Users who already have experience in the topic
Potentially a more “advanced” section showing more specialized features
A section explaining the lib’s design, insights and recurrent pattern.
the API
and everything accompanied by examples
for instance the python lib requests which has in my opinion a great doc
Quickstart — Requests 2.27.1 documentation
in comparison to what I found on haskell’s side to make requests.
req → Network.HTTP.Req
or http conduit
https://discourse.haskell.org/t/haskell-newbie-feeling-overwhelmed-by-haskells-modules-and-docs/3996/10
The text was updated successfully, but these errors were encountered: