P
Peter Michaux
Peter Michaux wrote:
[snip]
I'd be interested to read your design guidelines.
My design guidelines include that when I provide code for possible public
use I want to be prepared for the eventuality of an unknown execution
environment as much as I can, instead of fixing the code after *maybe* it
has been reported to break. I think that is a part of proper QA.
Would you test for the following old language features before you used
them?
Date
Array.prototype.join
Math.sin
arguments
You can test for these things and you say "as much as I can" yet I'm
still curious if you actually do test for these.