doublecount icon indicating copy to clipboard operation
doublecount copied to clipboard

Consider using ArrayString for AccountCategory instead of String

Open kellpossible opened this issue 5 years ago • 2 comments

kellpossible avatar Apr 18 '20 13:04 kellpossible

I think it's likely that the category could be quite long, perhaps arbitrarily long, it's passed around less, so there is less need for it to be Copy able, so a String would still be suitable

kellpossible avatar Apr 18 '20 15:04 kellpossible

Another option could be something like https://github.com/ParkMyCar/compact_str

kellpossible avatar Jun 20 '22 08:06 kellpossible