"Christopher Wright" <[email protected]> wrote in message news:[email protected]... > > Assuming that you are testing the logic of your application, you will > trivially check things like accessing "legnth" rather than "length" -- > under the assumption that these two methods would do different things. You > would spend approximately no additional testing effort on opDotExp. > > This doesn't hold if you are not writing tests.
I don't think I understand what you're trying to say. With static languages, I have never written, nor would I ever need to write, a test that checks for the behavior when accessing an object's "legnth" instead of "length".
