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
The example section is almost more of an integration test than it is sample / example code meant for humans. Most packages come with more than one example use case. I'm wondering if it makes sense to do one of two or both things:
1.) make this integration test / sanity check as the user story (what it currently is).
2.) allow for more than one entry in the examples or even packaged zip files complete with common build project files.
I think this is an issue as the developer that's consuming the package shouldn't have a need for downloading the original package to make heads or tails of it (get docs and sample code in same distribution rather a separated task).
The example section is almost more of an integration test than it is sample / example code meant for humans. Most packages come with more than one example use case. I'm wondering if it makes sense to do one of two or both things:
1.) make this integration test / sanity check as the user story (what it currently is).
2.) allow for more than one entry in the examples or even packaged zip files complete with common build project files.
I think this is an issue as the developer that's consuming the package shouldn't have a need for downloading the original package to make heads or tails of it (get docs and sample code in same distribution rather a separated task).