Skip to content

Tech Debt #78

Description

@Mayanka-Sheoran

Some standards that can be followed and code refactoring that is required.

  • All the branch names should follow a convention. Like lowercase with dashes or underscores or feature/featureName.

  • liveDataApiFormatting.test.js - Constant names can be better. For example apiToBeFormatted is the data to be formatted not the api, formatFunction is too generic.

  • src/handlers/liveGraph.js - The url should not be hardcoded but picked from constants. Even the port 8080 should be picked from constants.

  • src/utils/index.js - Coins should be in a file coin.js and not the index file. Export everything from the index file.

  • Remove the commented out console logs before pushing code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    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