Methods such as update_batch_and_job_status are duplicated across the code to prevent different modules from being dependent on each other.
We need to 1) find and document all the repetitive code 2) move it into a shared or utils location 3) make sure the duplication is removed from the existing code
Methods such as
update_batch_and_job_statusare duplicated across the code to prevent different modules from being dependent on each other.We need to 1) find and document all the repetitive code 2) move it into a shared or utils location 3) make sure the duplication is removed from the existing code