Skip to content
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

Rename boolean parameters #35

Open
jorgepiloto opened this issue Aug 13, 2021 · 0 comments
Open

Rename boolean parameters #35

jorgepiloto opened this issue Aug 13, 2021 · 0 comments
Labels
enhancement New features or code improvements good first issue Easy to solve for newcomers

Comments

@jorgepiloto
Copy link
Owner

💻 Feature request: rename boolean parameters

All of the solvers accept the following parameters prograde=True and low_path=True at the moment. However, it would be more convenient to rename those as is_prograde=True and is_low_path=True. These lead to the following type of workflow:

if is_prograde ...
if is_low_path ...

which is much more readable than the actual names being used.

@jorgepiloto jorgepiloto self-assigned this Aug 13, 2021
@jorgepiloto jorgepiloto added enhancement New features or code improvements good first issue Easy to solve for newcomers labels Aug 13, 2021
@jorgepiloto jorgepiloto removed their assignment Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements good first issue Easy to solve for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant