cortadocodes / personal-development

My 2018 personal development plan as a software engineer.
6 stars 5 forks source link

Tabular data should be stored in a database and retrieved to construct markdown tables #6

Closed cortadocodes closed 5 years ago

cortadocodes commented 6 years ago

Context Currently, all tabular data in this repo is manually entered into markdown tables. Some information is repeated across the different documents in an ad-hoc way, meaning that one of the reputations could be updated while the others are left un-updated.

Action Tabular data should be stored in a database and retrieved pre-commit to construct the markdown tables. The database should contain each piece of information once, so that there is a single version of the truth.

cortadocodes commented 5 years ago

On reflection, this isn't an issue for the small amount of data stored in the repo.