Skip to content

Convert PrefService to Handler API #106

Description

@hinerm

After #102 is complete, with the conversion from a static utility class to a service, we have unfortunately lost some power to adapt behavior to individual data types - either the whole service is superceded, or it's not.

Thus it would be nice to refactor this service to use the Handler pattern, such that there would just be a few base put/get methods that delegated to appropriate handlers. Then the handlers of a single type could be provided and overridden.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions