Skip to content

Reduce Function Statement Count (PLR0915) #39

Description

@ali90h

Several functions exceed the recommended statement count (50), with create_parser() in autorepro/cli.py:52 containing 69 statements. These large functions handle too many responsibilities
and would benefit from decomposition into smaller, focused units that are easier to understand and test.

Problem Essence: Monolithic functions that have grown too large over time, mixing multiple concerns (like CLI parser setup for all subcommands) in a single function instead of breaking
them into logical, manageable pieces.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions