<@U58GRE73J> IMO if `SpanInfo` is just a helper cl...
# codingconventions
a
@tapchicoma IMO if
SpanInfo
is just a helper class used by the extensions/callers of the extensions, I'd go with
TextViewExtensions.kt
. If its used somewhere else, move
SpanInfo
into its own file
👍 4