Skip to content

fixed_design split into smaller export function #263

Closed
@elong0527

Description

@elong0527

Each method in fixed_design() should be its own function

  1. For better documentation. each method may require specific arguments in the ...
  2. Reduce maintenance efforts. The function body contain > 600 lines

We probably should have functions corresponding to each method, e.g.:

  • fixed_design_ahr()
  • fixed_design_wlr()
  • fixed_design_maxcombo()
  • fixed_design_rmst()
  • fixed_design_milestone()

Metadata

Metadata

Assignees

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