Histogram's Record
method should be renamed
#1708
TonyValenti
started this conversation in
Ideas -> please open issues instead for feature requests!
Replies: 0 comments
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.
-
I noticed that the Histogram class has methods named
Record
. This word has two different meanings and pronunciations. ie:1: "Please secure this medical record."
2: "Please record this Teams/Zoom meeting."
I think the intended "record" is usage 2.
Additionally, some programming languages such as C# also have a
record
base type (class, struct, enum, record, etc).To avoid ambiguity with english and programming language features, I think
record
should be renamed to something likeCapture
,Collect
orTrack
.Beta Was this translation helpful? Give feedback.
All reactions