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
[Please pardon me, if opening an issue for this is bad practice, but I don't know how to open a disussion here by other means.]
As I think your solution beats all others out there in simplicity, I hope you can extend the API documentation a bit more and explain in depth the parameters. For example, how should those Array-Functions be used?
The tutorial is great, but ends up a bit complex to explain concepts like parallelism (forEachStar). I'd love to see a small, but focused example instead.
Anotehr suggestion: For people like me that are new to generators and alike, it's often difficult to understand when to write yield generator or yield generator() and details like these. So, it helps when example code is written verbosely (like, use intermediary variables instead of declaring a generator and immediately calling it, generating a bunch of parenthesis).
Please don't get me wrong. I don't want to criticize. Instead, I hope more people will understand and use your solution. I really love it, and prefer it to all other generator-based solutions I've seen so far (I've studied nearly 10 approaches). Thumbs up!
The text was updated successfully, but these errors were encountered:
No problem. I have a tendency to pack too much stuff into my examples. I'll try to improve the doc but it's actually easier for me to answer specific questions. So don't hesitate to post more questions here.
I did not create a mailing list for this project. So this is the right place to ask.
[Please pardon me, if opening an issue for this is bad practice, but I don't know how to open a disussion here by other means.]
As I think your solution beats all others out there in simplicity, I hope you can extend the API documentation a bit more and explain in depth the parameters. For example, how should those Array-Functions be used?
The tutorial is great, but ends up a bit complex to explain concepts like parallelism (forEachStar). I'd love to see a small, but focused example instead.
Anotehr suggestion: For people like me that are new to generators and alike, it's often difficult to understand when to write
yield generator
oryield generator()
and details like these. So, it helps when example code is written verbosely (like, use intermediary variables instead of declaring a generator and immediately calling it, generating a bunch of parenthesis).Please don't get me wrong. I don't want to criticize. Instead, I hope more people will understand and use your solution. I really love it, and prefer it to all other generator-based solutions I've seen so far (I've studied nearly 10 approaches). Thumbs up!
The text was updated successfully, but these errors were encountered: