Login
You're viewing the mstdn.social public feed.
  • Mar 1, 2025, 3:30 PM

    @marick IME ~90% of the time it refers to one of:
    * leaving older versions of dependencies in use (libraries or service API versions)
    * unoptimized code (eg SQL query that was fine when a table had 1k rows but is not fine now that it has 1m rows)
    * team decided to move from one pattern to another, but some components still use the “old way” leading to confusion and annoyance

    💬 0🔄 0⭐ 1