-
Notifications
You must be signed in to change notification settings - Fork 486
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
Deprecate Get/Set High/Low Stop functions in Joint. #1108
Comments
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). The comments aren't telling the whole story. They say GetUpperLimit and GetLowerLimit should be used instead. I think that is probably a better name for the functions, since it's nice to have the same number of letters in parter function names, so they're easier to read on adjacent lines. The High/Low stop functions aren't ready to be deprecated yet, though since they are virtual, while the Upper/Lower Limit functions exist only in This would improve the function names in the API, but it will take some extra work before they can be deprecated. |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
Resolved in pull request #2568 |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original report (archived issue) by Nate Koenig (Bitbucket: Nathan Koenig).
The functions mentioned in the title have been soft-deprecated. The comments say they are deprecated, but they have not been properly marked as deprecated.
The text was updated successfully, but these errors were encountered: