Skip to content

exercise util: document input type for process_X_case #684

@coriolinus

Description

@coriolinus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions