Paul Williams
@buddhawilliams@eigenmagic.net
Muso, PHP Dev, father and stuff. Whadjuk country, Noongar land. Spend too much time in #MineCraft or puzzle games. Newly into Astrophotography. Trying to ‘be the change I want to see in the world’
eigenmagic.net
Work
Hover or focus to reveal
Sensitive
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