Skip to content

[new feature] scopelint spec to color output when test function has _TODO_ or _WIP_ in the name #31

@radeksvarz

Description

@radeksvarz

Adding visual cues to differentiate the output of functions with "TODO" or "WIP" in their names would aid developers in quickly identifying incomplete or work-in-progress test sections.

Motivation:

  1. Readability: Clear visual indicators improve code comprehension.
  2. Prioritization: Visual cues help prioritize tasks effectively.
  3. Efficiency: Reducing manual inspection time and cognitive load during code reviews.

Color Recommendations:

For "TODO" functions: Use a blue color to indicate tasks that need to be addressed in the future.
For "WIP" functions: Use a yellow color to denote work-in-progress code that is actively being developed or modified.

Using a blue color for "TODO" functions would provide a clear distinction from the red color used for missing test functions. The yellow color for "WIP" functions would maintain consistency with common conventions for indicating ongoing work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions