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
Problem
The code currently does not have very many functions that can provide more modularity and clarity to the code. It also has some error handling but not a bunch. It tends to fail and shut down, but if dealing with large jobs (multiple modules for multiple counties), the code should be written to keep going. These seemed like intertwined tasks so I put them in the same ticket.
Goal
Update the different submodules of the program to use functions. Implement error handling so that the code will continue the larger orchestration regardless of where it hits the error.
Modules Completed
orchestrator
scraper
parser
cleaner
updater
The text was updated successfully, but these errors were encountered:
Problem
The code currently does not have very many functions that can provide more modularity and clarity to the code. It also has some error handling but not a bunch. It tends to fail and shut down, but if dealing with large jobs (multiple modules for multiple counties), the code should be written to keep going. These seemed like intertwined tasks so I put them in the same ticket.
Goal
Update the different submodules of the program to use functions. Implement error handling so that the code will continue the larger orchestration regardless of where it hits the error.
Modules Completed
The text was updated successfully, but these errors were encountered: