UBC-MDS / maternal_health_risk_predictor

Other
0 stars 1 forks source link

Functions do not follow a consistent style, there are differences among the scripts. -3 quality #37

Closed lennonay closed 1 year ago

lennonay commented 1 year ago

Comment: It is not a good practice to define functions inside your main() function. All functions should be defined outside (preferably before) the main function. Some of the scripts follow this pattern, but some do not.