ITitle

December 12th, 2002

I agree with him. I think in general, the type-appending is A Bad Thing. If my variable changes from an int to a long, I don't want to change its name. If Person is a class, and suddenly I want it to be an interface, I don't want to go through all of my code to change it (moreover, if I'm maintaining an API, I don't want the users of my API to have to change their code).

'nuff said. Just a "me too" post.

Leave a Reply