Documentation needs better explanations
See original GitHub issueI went to one of the examples in the documentation link and saw this step:
txt_mov = txt_col.set_pos( lambda t: (max(w/30,int(w-0.5*w*t)),
max(5*h/6,int(100*t))) )
I didn’t understand what was going on there and wanted to do a reverse animation, but the comment says just: “I am NOT explaining the formula, understands who can/want.”, which I don’t find helpful at all.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
Why documentation matters, and why you should include it in ...
In this article, I'll argue why documenting your code will lead to becoming a better developer, and will contribute to being a great...
Read more >5 Tips for Improving Documentation | CloudApp Blog
But improving documentation is essential for any business looking to grow and achieve a high level of success. In this article, we'll cover...
Read more >The Importance of Documentation - Addiction Academy
Proper documentation can help the practitioner to recall those moments. ... or a better approach, a more successful course of treatment, ...
Read more >What is process documentation, and why do I need it? - Slack
Process documentation enables a smoother transition. Analysis. How can you know if a new method works better than the old if there isn't...
Read more >The four kinds of documentation, and why you need to ...
Nearly everyone agrees that good documentation is important to the success of software projects, and yet very few projects actually have good documentation....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ll leave it open until the original example is updated 😃
Yes, thanks! Worked perfectly