I’m writing a counter class which doesn’t have a nice name yet. It counts occurence of numbers within a defined range such as [0-10), [10-100). How can I call this counter? Is StagedCounter OK? My English vocabulary is very poor.
I’m writing a counter class which doesn’t have a nice name yet. It counts
Share
I think
IntervalCounterwould be better because you are counting your data in intervals.