> > > We'll not mention how bad Hungarian notation is. ;-) > > > > And not to mention how useful it is too! > > I never found it so. It's more of a hindrance and a lot of > extra work in a code base that is constantly changing.
Is hungarian notation: 1 += 2 ? Or -= Etc? If so, I like it Or is it: If(a==(1+2)) ?? I hate that way of coding, instead of If((1+2) == a) This email and any attached files are confidential and copyright protected. If you are not the addressee, any dissemination of this communication is strictly prohibited. Unless otherwise expressly agreed in writing, nothing stated in this communication shall be legally binding. _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
