github / github/go-spdx

REFACTOR: do not convert operators to lower case

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
refactor
Dominant language
Go
Stars
53
Forks
16
PR merge metrics
No merged PRs in 30d

Description

The original javascript converted incoming operators (e.g. AND) to lower case (e.g. and) during the tokenization process. The initial translation stayed as close to the original javascript as possible and reasonable with assumptions that a later process would require the output to be in the format created in the javascript.

I do not see the need for this case conversion in later processing. Recommending a refactor to not convert operators case.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.