-
Notifications
You must be signed in to change notification settings - Fork 10
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
Shape up the basic usage examples #131
Comments
@aqrln yes, I am. But I think we`ll need tests first. Also good written test is an example itself, we can use them as examples if we remove asserts and other testing stuff. Am I right? |
@nechaido good written tests are examples to some extent, but examples that are supposed to be examples are better examples ;) But that's okay, if you want to dedicate your time to tests first, then go for it, that would be great 🎉 |
* Remove obsolete and misleading information from `README.md`. * Make `README.md` look cleaner. * Add a Code of Conduct. * Add a simple introductory example to the front page and duplicate it in `examples/readme-example`. * Add the list of maintainers. PR-URL: #166 Refs: #131 Refs: #163 Reviewed-By: Dmytro Nechai <nechaido@gmail.com> Reviewed-By: Timur Shemsedinov <timur.shemsedinov@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
* Remove obsolete and misleading information from `README.md`. * Make `README.md` look cleaner. * Add a Code of Conduct. * Add a simple introductory example to the front page and duplicate it in `examples/readme-example`. * Add the list of maintainers. PR-URL: #166 Refs: #131 Refs: #163 Reviewed-By: Dmytro Nechai <nechaido@gmail.com> Reviewed-By: Timur Shemsedinov <timur.shemsedinov@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
* Remove obsolete and misleading information from `README.md`. * Make `README.md` look cleaner. * Add a Code of Conduct. * Add a simple introductory example to the front page and duplicate it in `examples/readme-example`. * Add the list of maintainers. PR-URL: #166 Refs: #131 Refs: #163 Reviewed-By: Dmytro Nechai <nechaido@gmail.com> Reviewed-By: Timur Shemsedinov <timur.shemsedinov@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
* Remove obsolete and misleading information from `README.md`. * Make `README.md` look cleaner. * Add a Code of Conduct. * Add a simple introductory example to the front page and duplicate it in `examples/readme-example`. * Add the list of maintainers. PR-URL: #166 Refs: #131 Refs: #163 Reviewed-By: Dmytro Nechai <nechaido@gmail.com> Reviewed-By: Timur Shemsedinov <timur.shemsedinov@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
* Remove obsolete and misleading information from `README.md`. * Make `README.md` look cleaner. * Add a Code of Conduct. * Add a simple introductory example to the front page and duplicate it in `examples/readme-example`. * Add the list of maintainers. PR-URL: metarhia/jstp#166 Refs: metarhia/jstp#131 Refs: metarhia/jstp#163 Reviewed-By: Dmytro Nechai <nechaido@gmail.com> Reviewed-By: Timur Shemsedinov <timur.shemsedinov@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
* Remove obsolete and misleading information from `README.md`. * Make `README.md` look cleaner. * Add a Code of Conduct. * Add a simple introductory example to the front page and duplicate it in `examples/readme-example`. * Add the list of maintainers. PR-URL: metarhia/jstp#166 Refs: metarhia/jstp#131 Refs: metarhia/jstp#163 Reviewed-By: Dmytro Nechai <nechaido@gmail.com> Reviewed-By: Timur Shemsedinov <timur.shemsedinov@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
* Remove obsolete and misleading information from `README.md`. * Make `README.md` look cleaner. * Add a Code of Conduct. * Add a simple introductory example to the front page and duplicate it in `examples/readme-example`. * Add the list of maintainers. PR-URL: metarhia/jstp#166 Refs: metarhia/jstp#131 Refs: metarhia/jstp#163 Reviewed-By: Dmytro Nechai <nechaido@gmail.com> Reviewed-By: Timur Shemsedinov <timur.shemsedinov@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Is anyone willing to write a couple of usage examples (something completely basic like a server with one method and a client that calls it to begin with, and a bit more complex apps later)? The
examples
directory is where they are supposed to reside in.@nechaido would you be interested in doing that?
/cc @belochub
The text was updated successfully, but these errors were encountered: