Thursday, August 21, 2008

On Coding Style

camelCasing or
Hungarian Notation -
many style options.

Merits and bitches
abound regarding each type:
endless pedantry.

The bottom line, though:
Lisas don't care, but for the
Love-- be consistent!

There were 4 methods in the class. One took a variable called eventid, one with a variable called EventId, one with a variable called eventID, and one with a variable called str_EventID.

No comments: