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

Split up long files #169

Open
elinw opened this issue Apr 13, 2022 · 0 comments
Open

Split up long files #169

elinw opened this issue Apr 13, 2022 · 0 comments
Labels
Technical Debt Yea, this isn't going to be pretty but needs to be done

Comments

@elinw
Copy link
Contributor

elinw commented Apr 13, 2022

This file

https://github.com/ropensci/rrricanes/blob/main/R/fstadv.R

is too long to be manageable. Let's work to break it up in a coherent way. My suggestion would be to use the first part of the function names and put each one in separate files with informative names. For example all the tidy_ functions could go in a file called tidy.R.

@elinw elinw added the Technical Debt Yea, this isn't going to be pretty but needs to be done label Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Technical Debt Yea, this isn't going to be pretty but needs to be done
Projects
None yet
Development

No branches or pull requests

1 participant