python - What would be the best approach for generating stats for each stage in a project? -


i have project send csv file , data relating each of rows through api. data preprocessed , actual analysis done.

i need generate statistics each stage of project. first phase of development in terms of maintenance , development how should go this?

i implementing separate stats reporter class statistics should write logic stats there itself? make easier add or edit changes logic if needed in 1 place.

or should write logic in each phase , aggregate them in reporter class? or there better approach haven't thought of?

thanks help


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -