|
|
Darren New <dne### [at] sanrrcom> wrote:
> Basically, there are any number of people who say "fast is better than
> correct" because they've never built programs where incorrectness costs
> money or lives.
Oh, garbage collection is the Holy Grail of programming which, magically,
makes programs "correct". Yeah. ;)
> You can't accidentally declare the function taking a float in the
> headers and an integer in the body and have mysterious type crashes at
> runtime in spite of your static typing.
C# doesn't check at compile time that all your types match?
--
- Warp
Post a reply to this message
|
|