Skip to content

Functions returning waves should document when they return an input wave #43

@t-b

Description

@t-b

Callers of functions like

Function/WAVE wrangleData(WAVE input)
   // ...

   return output
End

nearly always assume that the returned data is not the same wave ref as input. i.e. they are free to modify output without changing input.

If functions do something like that they need to document that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions