Tag: parameters
Few parameters and small functions protecting against low cohesion and high coupling meme
Arguments also couple your method to the outside.
The more parameters your method has, the more coupled it is.
Programmer guarding against returning using parameters meme
Parameters are input, not output
Discussions about parameters during code review meme
People fighting durign code review. Original Programmer vs His team, Parameters and refactoring.