Naming Convention Styles
Three naming conventions:
- Capitalization, or CamelCase. Examples:
- SetErrorMode (Win32)
- RandomAccessFile (Java)
- Underscore separation (exponent_is_negative) (GNU)
- Initials (splbio : set processor level for buffered I/O);
also removal of vowels and word endings (strcmp)