Arguments also couple your method to the outside.
The more parameters your method has, the more coupled it is.
Tag: small functions
Let me tell you more about small functions meme
Small functions, Single Responsibility Principle, Low complexity are the most important subjects in clean code and thus in programming.