As of now, I've mostly only changed the HTTP request plumbing, styled the code so it's consistent, and moved towards some best practices (e.g., use FALSE instead of F).
Some functions are small enough that we don't need to worry about their complexity (e.g., cromwell_glob) but others really need refactoring so they are more maintainable moving forward, e.g.,
As of now, I've mostly only changed the HTTP request plumbing, styled the code so it's consistent, and moved towards some best practices (e.g., use
FALSE
instead ofF
).Some functions are small enough that we don't need to worry about their complexity (e.g.,
cromwell_glob
) but others really need refactoring so they are more maintainable moving forward, e.g.,cromwell_call
cromwell_cache
cromwell_failures
cromwell_jobs
cromwell_workflow
Goals are: