Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Codestyle: mixed ES6 and ES5 features usage #55

@JackVeromeev

Description

@JackVeromeev

In many places the features from ES5 and ES6 are mixed:

  • const and var are used instead of const+let
  • strings with parameters are created via concatenation instead of ES6 template strings

All this stuff make code reading painful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions