16. Date Format

When a date is written in source code comments, it is always in this format: DD-Mmm-YYYY. This is to make it easy for text searches. Suggestion: get your editor to do this automatically for timestamps and other uses of dates. Also times are written in 24-hour format (which is a proven effective way to eliminate ambiguity), and in local time (not UK time or GMT).