Replies: 1 comment
-
|
True, it's not the most idiomatic name. There are a couple more of them in there that I don't remember off the top of my head. It has been around for quite a while and renaming it is a breaking change so it hasn't been at the top of the priority list, but it could happen eventually. Usually if I have to change it in some other way that breaks user code regardless. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I am new to programming. There is this trait GetHue which implements "get_hue()". However, I have read that using "get" prefix isn't really recommended when there are multiple things you could potentially get. Would it better to rename this method to be "hue()"? I know it's a nitpick, but I just got somewhat bothered now I have noticed it.
Beta Was this translation helpful? Give feedback.
All reactions