-
Notifications
You must be signed in to change notification settings - Fork 39
Documentation #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'd also be interested in this. |
I wonder how many developers evaluating whether to learn and adopt PureScript give up before starting because core packages don't even have a basic Readme to get started. I suggested PureScript recently to a developer and pointed them to purescript-css when they asked about css-in-js in PureScript. Looking into |
@shinzui this is not a helpful addition. Please consider what it’s like to receive comments like this in your inbox as a maintainer before posting next time. |
@hdgarrood I apologize. I agree I was harsh, I should have phrased it better. |
@shinzui The lack of documentation, tutorials, guides, etc. in various repos is a well-known problem in PureScript. This 'issue' does not consider the larger focus of the core contributors and their concerns as a whole. It seems that the current focus of the core contributors has not been on improving documentation (though they would like that to improve, I'm sure) as much as it has been on improving the language, so that future language releases don't include breaking changes that makes such documentation go out-of-date very quickly. |
It would be lovely to have a little more documentation.
For example, while the
Rendered
type itself is fairly self-explanatory — either I'll have nothing, or some inline styles, or a stylesheet, or both — it's not clear to me in what situations I'll get each of these things, or what I can do (if anything) to ensure that I do get a stylesheet at runtime, and not aNothing
or aThis
which only contains anInline
.The text was updated successfully, but these errors were encountered: