documentation - Do you capitalize the name of a function/keyword when it starts a sentence? -


maybe better on englishoverflow, pertain software. there may objectively correct answer. if writing case sensitive language, , first word of sentence function,keyword,etc, capitalize it? instance, consider sentence:

strok c function used tokenize string.

vs.

strok c function used tokenize string.

i go option 1, looks out of place when sentence part of larger paragraph. perhaps real solution write case-insensitive languages!

leave case alone (changing case makes big difference, after all) format keyword:

  1. the next sentence contains example. strtok c function used tokenize string.
  2. the next sentence contains example. strtok c function used tokenize string.
  3. the next sentence contains example. strtok c function used tokenize string.
  4. the next sentence contains example. strtok c function used tokenize string.
  5. the next sentence contains example. strtok c function used tokenize string.

edit: include full set of examples. preference (3).


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -