-
Notifications
You must be signed in to change notification settings - Fork 19
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
Doc Comments #56
Comments
Hey, thanks for helping out with the documentations, it is always appreciated. I'm doing my best to documenting the most important things in README here and examples for now (maybe I'll expand it to a book later). Please let me know in the PR or in the comment If you see some function that caused some struggling for you - it is actually great to have additional eyes to have a look at this, if we have some confusing name or places to document it (or even rename it) where possible. Saying that please avoid documenting internal APIs (including the 'Classic API'), since it probably will be changed (or even hidden to users) with in next releases. The current idea is to rely in the apps on the Fluent API and models that it uses and hide complexity. |
I have only been using the fluent api, so I had no intention to document the classic api |
One thing I'm bit confused about @abdolence is whether you are supposed to have a single global |
@thurn a good point. Hope this answers your question: |
Most of the libraries functions are not annotated using doc comments. It would be really helpful for development in many cases. I have started to annotate some, but its somewhat difficult because of my lacking experience with the library.
The text was updated successfully, but these errors were encountered: