Code audit
Go through the entire codebase and identify changes that should be done and code that can be removed.
- start by already handling DeprecationWarnings that have been around for years (e.g. constructor
args
) - identify dead code using coverage tools in production? (it will slow down prod; staging could be a middle ground option)
Migrated from T3956 (view on Phabricator)