|
|
|
|
|
by jsjohnst
424 days ago
|
|
Because it shouldn’t in function arguments. The one defining the function should be responsible enough to know what input they want and actually properly type it. Assuming an int or number type here is wrong (it could be optional int for example). |
|