Closed jessegreenberg closed 9 years ago
Search through code reveals zero cases of IntensityMeter.Reading. Can this public static be deleted?
Thanks @jessegreenberg, that does indeed appear unused. I removed it above.
Thanks @samreid, looks good. Closing.
In IntensityMeter, there is the following static object:
Reading points to the Reading object loaded in modules. This seems like a strange pattern to me. The Reading object could be loaded into others with require instead of through the IntensityMeter static. If this is a necessary static, could some documentation added to describe why?