Email or username:

Password:

Forgot your password?
Top-level
Larry Garfield

@evert @IceWolf Because in practice it bites you about 10000x as often as "a string that happens to start with 0e will get coerced to 0 if you try to use it as a number."

Addition and concat are two of the most common operations. Using the same symbol for them when the types are inherently unknown is begging for trouble.

2 comments
Evert Pot replied to Larry

@Crell @IceWolf well in the example it's not 'tried to use as a number's it's 2 strings being compared no?

Evert Pot replied to Larry

@Crell @IceWolf comparing 2 strings seems common as well :P

Go Up