What is Dead Code and How to Clean Them
A practical guide to identifying, understanding, and safely cleaning up dead code to keep your codebase fast, clean, and maintainable.
May 14, 20253 min read95

Search for a command to run...

Series
This series is about sharing my learnings on what could be useful in your development.
A practical guide to identifying, understanding, and safely cleaning up dead code to keep your codebase fast, clean, and maintainable.

Ever heard of people running powerful LLMs on their laptop or even a phone? Or maybe you’ve seen models like DeepSeek or Qwen with names like FP8 or 8-bit attached? Those aren’t brand-new models, they’re quantized versions. In other words, the same D...
