Poking Around Into More Stats
Today's stat of the day: 7903 That's the number of lines of code between .astro files (html/JS hybrids), .ts files (TypeScript), and configuration files that comprise the codebase for Slowpoke. I went on a deleting binge this morning and probably lopped off a good 1000 to 2000 lines (feels good, man!). My code coverage is still at a respectable 76%. What's surprising is that this small of a codebase has more functionality than in my previous report [Pro tip: It's extremely helpful when your 3rd-party provider also ships investment data that you don't need to parse yourself.] You can see previous progress updates here and here . I'd indicated in the past posts that I was going to omit investment accounts. Well, since the data was readily available, I've added them back in scope and finished displaying investment balances and holdings. And, though it's a small thing, I've added the categories that others may use that I don't (e.g. vehicle mai...