Skip to content

ES6-ify class definitions #47

@lottspot

Description

@lottspot

Some classes are still using the ES5 ClassName.prototype.methondName = function(){}; method declaration syntax. We should clean these up to encapsulate all of the class methods within an ES6 class definition block. Classes which need cleanup include:

  • sqlite CampaignInfoStorage
  • sqlite CandidateInfoStorage

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions