← Back to context

Comment by reverserdev

1 day ago

Hey! Thank you for catching this issue and reminding me of the super naive implementation I went with. I will improve this! :)

It’s often better to overlay caching and other tricks on top of naive implementations than making the implementation more complicated.

  • * until you get caching layers more complicated than the more complicated implementations :) Imo strong implementations can be much simpler and more predictable than caching.