Comment by Mawr
19 hours ago
How often do you pass literals into your functions?
f(728347) // There's no such status. Whateverz, no compile error.
a := 728347
f(a) // Compile error.
19 hours ago
How often do you pass literals into your functions?
f(728347) // There's no such status. Whateverz, no compile error.
a := 728347
f(a) // Compile error.
The nature of Swiss cheese is that it can't be all hole and there has to be some non-hole too
Raclette is Swiss cheese without holes. That is proper ADT in this anaology.