On 03/08/2019 00:47, Malcolm Greene wrote:

> Anyways, I'm looking for help coming up for the proper name for a class that 
> collects the following type of telemetry data

Classes should never be named for their data but for their function.
What does this class do? What operations does it support.

Does the internal data support those operations?
Or is it really several classes conflated into one for "convenience"?

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to