Relying on IntelliSense, ok.
Well just having LoginSend or LoginGoToLocation is just a style
thing. The point of the response was to demonstrate the prefix not
the postfix, because Hungarian notation primarily deals with prefix.
Honestly I don't care what my developers postfix their variables with,
they just need to keep the objects logically grouped. Because
Hungarian notation and the notion about having all the like types
together breaks down at or around 10 objects of the same type. See my
response below for more information.
Otherwise i'd prefer a Hungarian-style notation, as i'm used to do many
steps manually, where a clean alpha-sorted list of objects is more
useful than a OO-list.
Well the point of the OO list is that everything is logically grouped
together using alpha-sorted lists.
At least the ease of finding something by type is the reason Hungarian
notation people always give me. But the only way to test if something
really works is to take it to the extreme. What if you page had 10
groups with with 10 text boxes in each group and 1 button in each
group. Wouldn't it get very confusing have 100 text boxes? All
prefixed with "txt", at that point the "txt" just fades in to the
background and you have the exact same problem as you did before.