Skip to content
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

@experimental decorator to mark "yet unstable API classes and methods that can be deprecated without notice" #1

Open
yashaka opened this issue Aug 25, 2020 · 0 comments
Labels

Comments

@yashaka
Copy link
Contributor

yashaka commented Aug 25, 2020

Consider implementing something like: https://github.com/vilic/deprecated-decorator
called as "@experimental"
when it's applied to a method or class
and this method or class is used by the end user
and some option like stage.warnExperimental = true (false by default),
then corresponding warnings should be logged
for example something like: the xyz method is experimental and may be deprecated and removed without notice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant