Hacker News new | ask | show | jobs
by reverserdev 200 days ago
Hey! Thank you for catching this issue and reminding me of the super naive implementation I went with. I will improve this! :)
1 comments

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.