Java parameters
How many parameters should a method have?The answer is the fewest possible.Maximum three.Preferably zero.Arguments are bad. Each argument brings more chaos into your function.Each argument
What do we want? We dont know! When do we want it? Next sprint!
How many parameters should a method have?The answer is the fewest possible.Maximum three.Preferably zero.Arguments are bad. Each argument brings more chaos into your function.Each argument