Skip to content

fix: Remove commented-out code violating coding standards #134

@krystophny

Description

@krystophny

DEFECT: Commented-out code found in codebase

Category: TECHNICAL-DEBT
Severity: MINOR

Description

Commented-out code violates our mandatory coding standards which explicitly state 'NO commented-out code'.

Files with violations:

  • src/fortplot_3d_axes.f90:188 - Commented call to draw_3d_axis_ticks_and_labels
  • src/fortplot.f90:550 - Commented boxplot call
  • src/fortplot_ascii.f90:140 - Commented if statement

Required Action

Remove all commented-out code. These lines serve no purpose and violate our code cleanliness standards.

Impact

  • Violates KISS principle (unnecessary complexity)
  • Creates confusion about whether code is needed
  • Violates immediate cleanup policy

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions