OK, so the phrase “caching was a bad choice” isn’t exactly something you expect to hear about software development. Generally, caching is a good thing – it improves performance by reducing calls to your database or external services, saving time and resources by not re-querying or re-computing. What’s not to love? Well, as with everything else in life, the devil’s in the details, and if you don’t get those right then anything can become a failure.
From the “stuff I screwed up” files – caching was a bad choice
Programming, Stuff I Screwed Up, Work
Comments Off on From the “stuff I screwed up” files – caching was a bad choice
Jun 302023