-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Refactoring for upgrading to gup version 1.0.0. #92
Comments
If you would like, I would like to help. |
@aqyuki I feel that there is a need to increase the unit tests before updating the gup command to v1.0.0. This task is challenging and not very exciting. If you are an engineer who enjoys development, there is a project that could use your help. It's a sub-project of spectest called go-spectest/naraku. It's a project where you are free to create APIs. The purpose of Naraku is to test the APIs created using Spectest and evaluate the usability of the Spectest framework. Currently, we don't have any API ideas, and we're in a challenging situation. If you enjoy creating APIs, I would be delighted if you could assist with naraku. |
Of course, I would like to help you! |
@aqyuki I would be delighted if you could propose ideas for small-scale APIs to start with. For example, APIs that return the version and codename of Linux distributions, or APIs that provide information about holidays. Once you have API ideas, please write the details in an Issue (you can write it in Japanese as well). Once I approve the idea in the Issue, I'd like you to proceed with the implementation. If you prefer to focus solely on implementation, after I create an API proposal in the Issue, I'll mention you and ask you to implement it. P.S. |
The gup command has been used by more people than expected. However, the implementation and design of the gup command have a very low level of completion for the following three reasons:
Due to these reasons, the gup command has become difficult to maintain, especially in terms of writing test code.Therefore, a complete refactoring will be performed before upgrading to version 1.0.0.
The text was updated successfully, but these errors were encountered: