Section
10.1.4
Top Level
General
All unused code should be removed from the application.
Django

Testing, via unit tests or doctests, and Python code coverage tools (such as figleaf or coverage.py) can help identify unused code.