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
HighlightsMap#create() doing create&add at once is not the prettiest method, but maybe something along these lines could work. Having those new properties (style, priority, label) in some new interface (rather than squashed together with Range's properties) might avoid creating one giant class.
The text was updated successfully, but these errors were encountered:
To avoid defining a new subclass of
Range
, perhaps the entire API could be somehow built around theHighlightsMap
.HighlightsMap#create()
doing create&add at once is not the prettiest method, but maybe something along these lines could work. Having those new properties (style
,priority
,label
) in some new interface (rather than squashed together withRange
's properties) might avoid creating one giant class.The text was updated successfully, but these errors were encountered: