A real-world example of technical debt

Creating technical debt can be as simple as writing a draft and not refactoring it. That's exactly what I've done here. Now, I want to go through my code and see if it does, in fact, have technical debt. I wrote a script to show me a quote from a light novel I'm a fan of. The script is called as overlord_quote , and it prints a random quote made of 6 sentences. First, it matches all sentences with

Continue Reading
Web Analytics