It’s not too late. Almost eleven months have passed since I favored a Long Parameter List over perceived Feature Envy on the grounds of coupling with the order of the parameters:
Long Parameter Lists are also about coupling, to a lesser extent. You are coupled to the order of the parameters.
I even said in that post that Feature Envy isn’t a clear-cut issue:
Let me share something about Tell Don’t Ask that I’ve realized: the most harmful instances that require attention are those where you get some values out of an object, do something with them, and set some others back into the object.
Yes. And then I defended the readability of a Long Parameter List:

Code Agitator, elected to be the villain, certified a menace

