DamienIrving / climate-analysis

Code used for the analysis and visualisation of climate data during my PhD
MIT License
40 stars 19 forks source link

Implement the funnel method #35

Open DamienIrving opened 7 years ago

DamienIrving commented 7 years ago

This post suggests that functions be ordered in a script from most abstract at the top (i.e. the main() function, which doesn't actually need to be called main) to least abstract at the bottom.