Comment by frou_dh
18 hours ago
Does Pascal's break down like this Go does?
func f(x StatusCode) {
}
f(728347) // There's no such status. Whateverz, no compile error.
18 hours ago
Does Pascal's break down like this Go does?
func f(x StatusCode) {
}
f(728347) // There's no such status. Whateverz, no compile error.
How often do you pass literals into your functions?
The nature of Swiss cheese is that it can't be all hole and there has to be some non-hole too