You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FrequencyBand and TimeSlice both represent intervals, and so common code for computing intersections, contains, etc. can be factored into a common base class.
TimeSlice seems to do a more sophisticated job of this, so leaning in its implementation for the base class is preferable.
The text was updated successfully, but these errors were encountered:
FrequencyBand
andTimeSlice
both represent intervals, and so common code for computing intersections, contains, etc. can be factored into a common base class.TimeSlice
seems to do a more sophisticated job of this, so leaning in its implementation for the base class is preferable.The text was updated successfully, but these errors were encountered: