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
With Swift's advocation of using value types, TLIndexPathTools might benefit from a more clear distinction between classes vs. structs when deriving whether something was added, removed, deleted or modified.
Struct modification is detected as ADD + DELETE but perhaps a protocol could be introduced to identify cases when they are modified...?
The text was updated successfully, but these errors were encountered:
With Swift's advocation of using value types,
TLIndexPathTools
might benefit from a more clear distinction between classes vs. structs when deriving whether something was added, removed, deleted or modified.Struct modification is detected as ADD + DELETE but perhaps a protocol could be introduced to identify cases when they are modified...?
The text was updated successfully, but these errors were encountered: