Dec 31
This is by far the best variable names I’ve ever seen.
public class ValidationMessage
{
//internal members
string messageId;
string messageText;
string helpLink;
/* ... */
double cheeseburger;
char broiled;
long time;
//helper functions
/* ... */
}