Skip to content

Split runtime/interpreter/value.go into multiple files #2566

Closed
@darkdrag00nv2

Description

@darkdrag00nv2

Issue to be solved

The runtime/interpreter/value.go file is huge. Even the GitHub syntax highlighting gets disabled on PR reviews because of the huge size.

Suggested Solution

We should consider splitting the file into different files. A decent split can be:

  1. value_collections.go
  2. value_numbers.go
  3. value_options.go
    .. More if needed ..

value_test.go would have to be split accordingly.

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