-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed_design
split into smaller export function
#263
Comments
This would be a much welcomed change. Functions should have cyclomatic complexity of less than 15. |
I agree! Can we have |
Let's discuss how we can balance these considerations. Some initial thoughts below as a start... Reasons to still include a
Reasons to not include a
|
Decision: delete fixed_design_ahr() |
Each method in
fixed_design()
should be its own function...
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()
The text was updated successfully, but these errors were encountered: