-
Notifications
You must be signed in to change notification settings - Fork 4
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
repetitive large blocks of code can be made into separate function #76
Labels
enhancement
New feature or request
Comments
The same block of code exists here too (other than lines 40-46): EchelleCCFs.jl/src/convenience/ccf_chunklist_timeseries.jl Lines 30 to 96 in a639217
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following large blocks of code are identical and can be made into a separate function to reduce repetitive code:
EchelleCCFs.jl/src/convenience/order_ccf_chunklist_timeseries.jl
Lines 34 to 92 in a639217
EchelleCCFs.jl/src/convenience/order_ccf_chunklist_timeseries.jl
Lines 132 to 188 in a639217
This would also help improve readability and bug-fixing.
The text was updated successfully, but these errors were encountered: