Lessons Learned: Too Little Too Fast
Following my last article, Reactive Anki Addons with Svelte, I learned when and when not to think in “start up mode.”
In this commit on Kyoro UI, I deleted around 1,000 lines of Svelte code to start over. As the commit message says, the frontend was becoming unmaintainable and making any sort of progress was getting nearing an asymptote. This was essentially the entire project’s frontend.
Continue reading