P
peter koch
Hmm. My remarks were addressed to peter koch, who wrote:
| But I also have a very strong dislike for conversions, and one of the
| rules - at least in C - should be that you do not have any conversion
| that is not accompagnied by a comment. If this simple and good rule is
| adhered to, none of the problems mentioned in this discussion would
| surface.
This is of course a public forum, and you're free to respond, but you
give the impression that you're speaking on his behalf. I don't see
how you can be sure of what he meant.
The idea that all casts should be accompanied by comments is an
interesting one (to me, at least).
This was what I tried to convey - unfortunately using the wrong
wording (conversion instead of cast).
And again: the other alternative would be to silence the warnings
according to your policy. I believe that the warnings are appropriate
and should be silenced with a cast (and a comment) unless they are of
the ludicrous type David Schwartz showed us earlier.
/Peter