-
Notifications
You must be signed in to change notification settings - Fork 125
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
Shrink large functions #20
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
Comments
Licenser
added
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
labels
Dec 12, 2019
Nothing is found with clippy. Everything is refactored? |
@0xd34b33f there's quite a few of them still: https://github.com/wayfair-tremor/tremor-runtime/search?q=too_many_lines&unscoped_q=too_many_lines We have clippy exceptions for them right now so they don't show up with clippy. If you are interested in refactoring them, feel free to take this! |
MordecaiMalignatus
added a commit
to MordecaiMalignatus/tremor-runtime
that referenced
this issue
Oct 28, 2021
This gets rid of one of the long functions mentioned in tremor-rs#20, makes the code more readable, and (in the future) easier to test properly.
4 tasks
MordecaiMalignatus
added a commit
to MordecaiMalignatus/tremor-runtime
that referenced
this issue
Oct 28, 2021
This gets rid of one of the long functions mentioned in tremor-rs#20, makes the code more readable, and (in the future) easier to test properly. Signed-off-by: Mordecai Malignatus <mordecai@malignat.us>
MordecaiMalignatus
added a commit
to MordecaiMalignatus/tremor-runtime
that referenced
this issue
Oct 28, 2021
This gets rid of one of the long functions mentioned in tremor-rs#20, makes the code more readable, and (in the future) easier to test properly. Signed-off-by: Mordecai Malignatus <mordecai@malignat.us>
MordecaiMalignatus
added a commit
to MordecaiMalignatus/tremor-runtime
that referenced
this issue
Oct 28, 2021
This gets rid of one of the long functions mentioned in tremor-rs#20, makes the code more readable, and (in the future) easier to test properly. Signed-off-by: Mordecai Malignatus <mordecai@malignat.us>
MordecaiMalignatus
added a commit
to MordecaiMalignatus/tremor-runtime
that referenced
this issue
Oct 28, 2021
This gets rid of one of the long functions mentioned in tremor-rs#20, makes the code more readable, and (in the future) easier to test properly. Signed-off-by: Mordecai Malignatus <mordecai@malignat.us>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
We have a number of functions that are marked as
clippy::too_many_lines
- it would be good to go over them and see if they can be cut down into easier to understand functions.The text was updated successfully, but these errors were encountered: