Home page and Accomplishment page's area plot refactoring
onlyphantom opened this issue · 0 comments
onlyphantom commented
The data wrangling code to produce area plot leaves a lot of intermediate object floating around and are quite (unnecessarily) verbose.
My estimate is that the data wrangling code could be at least 40% lesser: lesser code -> higher maintainability
Specific objects to optimise:
g.accum
foraccum_global()
function.g.accum_personal
foraccum_personal()
function.