[Sync] Make USS ModelTypeStore more type-safe |
||
Issue descriptionWhile reading the code around ModelTypeStore, it was confusing how values (protos) are passed around in string form, without type safety. I'm wondering if we could rename ModelTypeStore to ModelTypeStoreBase, and add a templatized thin layer on top that provides type safety, and removes boilerplate from callers (parsing and serialization), at the same time making the code less error-prone.
,
Jan 17
(6 days ago)
|
||
►
Sign in to add a comment |
||
Comment 1 by gangwu@chromium.org
, Jan 17 2018