Skip to content

Convert hard-coded messages into global constants. #58

Open
@dataclouder

Description

@dataclouder

There are more than 1,000 hard-coded strings in the library, many of which are repeated several times: error messages, type identifiers, debug headers, REST URL components.)
Using them as they are is error prone, and it is not facilitated by editors and IDEs, in addition to duplicating lots of literal values unnecessarily.

We should convert the immutable text into global constants, to be used consistently across the library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Code qualityIssue related to cod maintainability, usability, observabilityenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions