We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When generating process_X_case functions, we should generate documentation for the implementer about the expected input items.
process_X_case functions
This feature is not very useful useful right now, because it will tend to generate comments like
// expected input format: (input, )
As such, this issue should probably wait until #681 is resolved.
However, once we implement input struct unpacking, it should say:
// expected input format: (phrase, )
And once we implement unpacking single-item tuples, it should say:
// expected input format: phrase
The text was updated successfully, but these errors were encountered:
exercise util has been deleted since, see this thread for more context.
Sorry, something went wrong.
No branches or pull requests
When generating
process_X_case functions
, we should generate documentation for the implementer about the expected input items.This feature is not very useful useful right now, because it will tend to generate comments like
// expected input format: (input, )
As such, this issue should probably wait until #681 is resolved.
However, once we implement input struct unpacking, it should say:
// expected input format: (phrase, )
And once we implement unpacking single-item tuples, it should say:
// expected input format: phrase
The text was updated successfully, but these errors were encountered: