You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app was put together very quickly and that required some (many) corners to be cut. We now have a pretty significant codebase for what is a relatively small app. We need to clean up the mess!
Proposed Solution
Refactor code
Turn code in to functions
Modularise code
Cleaner, more explicit conditionals (where conditionals are necessary)
Consider cleaner, smarter, quicker ways of doing things
Problem
The app was put together very quickly and that required some (many) corners to be cut. We now have a pretty significant codebase for what is a relatively small app. We need to clean up the mess!
Proposed Solution
Additional Context
Resources for the refactoring process:
R tools for refactoring:
Resources for improving Shiny app functionality and speed:
The text was updated successfully, but these errors were encountered: