Tagged Questions
2
votes
0answers
33 views
What is the correct capitalization of code examples when beginning a sentence? [duplicate]
I am writing a technical book and a lot of it is structured as explanations of code examples.
For instance:
var links = data.map(function (d) {
return {source: nick_id(d.from),
...
2
votes
1answer
317 views
Title Capitalization of Keywords in Programming Languages [duplicate]
Possible Duplicate:
Capitalising a sentence whose first word is explicitly lowercase
Should I change the structure of a sentence/add filler words to make sure that the sentence always starts ...
2
votes
2answers
655 views
Capitalising a sentence whose first word is explicitly lowercase [duplicate]
Possible Duplicate:
Capitalization of names that begin lowercased, at the beginning of a sentence
Let's say that you have a word that should be typed with leading lowercase letter. Perhaps ...
19
votes
6answers
4k views
Which is correct: “Filename”, “File Name” or “FileName”?
Which is correct: "Filename", "File Name" or "FileName"?