Per our meeting 12/3, we should add documentation about how to deprecate function calls. We determined that deprecation should include:
- Adding a warning thrown that the function is deprecated
- (maybe) adding the
@deprecated tag
- Documenting the replacement function
We should also add a note in the readme or user guide that Curryer is under active development and is still changing APIs, but that we will allow for a few releases for end users to update deprecated functions.
Per our meeting 12/3, we should add documentation about how to deprecate function calls. We determined that deprecation should include:
@deprecatedtagWe should also add a note in the readme or user guide that Curryer is under active development and is still changing APIs, but that we will allow for a few releases for end users to update deprecated functions.