Skip to content

Make Service objects plain ES classes #600

@mehulkar

Description

@mehulkar

The main purpose of services is to be an injectable singleton. It does not seem to be gaining much by extending from FrameworkObject which inherits from CoreObject. The main benefit of this hierarchy is the Observable mixin, which provides things like this.get and friends. I think somewhere, Service also mixes in Evented, but I couldn't find it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions