sockheadrps / PyProfileDataGen

This generates some data visualizations about a github users python projects and appends them to the profile via a work flow
GNU General Public License v3.0
3 stars 2 forks source link

Improve Code Modularity #3

Open CracktheDom opened 1 month ago

CracktheDom commented 1 month ago

The functions are well-separated, you could consider breaking down the functions into smaller ones (e.g. one for reading the README file, another for writing to the README file, another finding the insertion point) for clarity and easier maintenance.

sockheadrps commented 1 month ago

Yeah this could definitely benefit from a refactor. The readme script in particular is a little all over the place.