J
John
Hi all,
I have been thinking about how to define a value. That's the idea.
If you have one String, you can get the length of the String. But what
happens if there is no String??? you would say:
$string_length = undef;
or
$string_length = 0;
to me the value should be undefined but zero can play the same role.
How do you think this should be addressed?
Thanks for your comments
J
I have been thinking about how to define a value. That's the idea.
If you have one String, you can get the length of the String. But what
happens if there is no String??? you would say:
$string_length = undef;
or
$string_length = 0;
to me the value should be undefined but zero can play the same role.
How do you think this should be addressed?
Thanks for your comments
J