I still code, not as much as I'd like, too much managerial shit. But just this week I refactored a python function that was throwing multiple linter errors for complexity. You know, too many lines of code, too many branches, too many parameters, etc. Usually I ignore those but in this case I...