Methods that has mutators-like name are expected to have
side effects
. The convention is that you include empty parentheses in method call if the method has side effects.
* Refer to Programming in Scala, 5.3 Operators are methods