22 days ago
- LLMs can write code for you, reducing manual effort but leading to duplicated logic.
- Repeated conditional checks in different files create maintenance issues.
- LLMs learn from existing code patterns, reinforcing bad practices if shortcuts are used.
- Duplicated code signals the model to continue the same style.