yoyoyiu / python-intermediate-inflammation

The project starting point for the Intermediate Research Software Development Course
0 stars 0 forks source link

Consider using Object-oriented principles within compute_data.py #12

Open sherschm opened 2 weeks ago

sherschm commented 2 weeks ago

The analyse_data function could be improved by using Classes for defining functions for loading data from different sources, such as JSON or CSV. See this link