On Thursday 04 October 2007 14:15, John W. Linville wrote:
Seems strong to me. Bloat slows me down and distracts me from what code rea=
lly=20
needs to do. Bloat is an indication that one does not understand what the=20
code really needs to do.
A line has to be drawn somewhere. There's about a billion places where we c=
an=20
add checks like this because if an assumption should ever break, the code=20
will break into pieces. However, we don't, and there's no reason to do so=20
here other than to needlessly add code just because it makes you feel safer.
=2DMichael Wu