A method of prefacing the names of variables with a short prefix signifying its datatype. For example I can have int balls; or I can name it int Iballs to help me remember that this is a int value.