Moving into the more unused classes in the legacy #PHP codebase, I was just horrified to discover a method about 200 lines long, the reused the variable name $field not once, but twice! moving from an object to an array to a string. I have renamed the variables to be better, and next week, some refactoring to break that apart. It is doing too much. #refactoring