Skip to content

Access the structure's members directly #69

@shallawa

Description

@shallawa

Do not use the string table to access the structure's members. For example:

 this._results[Strings.json.version] = this._version;

can be

 this._results.version = this._version;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions