Consider adding details and replacements for deprecated comments #667
leungyauming
started this conversation in
General
Replies: 1 comment 5 replies
-
You can continue working on the PR #553 of mine if you like to. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some items inside v2ray's codebase are deprecated for years but the comment of those items are not informational.
For example, in app/features/inbound/inbound.go file, the GetRandomInboundProxy function of the Handler struct is deprecated, but the details and the replacements for that functions is not stated, adding difficulties to development.
Please consider adding "Use xxx.xxx instead.' section to the comment of the deprecated items.
Beta Was this translation helpful? Give feedback.
All reactions