the ide can always tell you the type instantly if you don't know it. also this argument is weaker for the parameter issue, it should be easier to tell that
= 0
means
Int
and
= ""
means
String
, might of course get more complicated if you have complex default values