Coding Standards for Documentation?

Wednesday, January 24, 2007 1:21:30 PM (Eastern Standard Time, UTC-05:00)
You know you've been coding too much when you begin to format text using your coding standards. I've caught myself making the following changes to architectural documentation I've been writing lately.

In descending order of insanity:

  1. Adding a semicolon at the end of sentences instead of normal punctuation.
  2. Subconsciously (I hope) adding the leading and trailing space between a word and the right/left parenthesis like so: ( word ) 
  3. <Ctrl> + <Alt> + F (ReSharper addicts will get it)
Nutty!