Robert

57%
Flag icon
Long sequences of identically typed parameters are especially harmful. Not only won’t users be able to remember the order of the parameters, but when they transpose parameters accidentally, their programs will still compile and run. They just won’t do what their authors intended.
Robert
It also makes refactoring more complicated, and therefore error-prone.
Effective Java
Rate this book
Clear rating
Open Preview