Sometimes I wonder what's on people's mind when they write code
Messages.MenuItemCollection _xxx = new Messages.MenuItemCollection();
Yes, "_xxx" is the name of the object. No, I didn't make that up. Can you believe that this code is actually in production? It was written by a so-called experienced developer who works for a company which will remain nameless.
So much for naming standards and conventions.