Closed
Description
I'm doing some style cleanup of the pages, and am wondering about a few things:
- Should body text be hard-wrapped or not in the Markdown files? (There's currently a mixture going on in most of the files.) With unwrapped text it would be up to everyone's own text editor to do any soft-wrapping needed to get an overview of the text. On the other hand, if all body text was to be wrapped at (for example) 80 chars, you could edit the files without soft-wrapping, having a good overview of body text, but without getting annoying few-character line-breaks in code sections that span more than 80 chars.
- How should AJAX be capitalized? As an abbreviation, it could just follow the rule of having a spelled out explanation and the abbreviation in parentheses at first use, then just the abbreviation. On the other hand, Ajax is almost not an abbreviation because of its ubiquity, but rather a proper name. As such, it could always be written as "Ajax". Anything is better than the current mix of AJAX/Ajax, and "ajax" though :)
- What style should code comments follow? Some of them use capital initial and period now, and some just lowercase (arguably a more "real-worldy" form). Should code comments have a max row length (80 chars)? I think the current mix of styles gives a bit of a messy impression.
- Should HTML entities be used to encode things like apostrophe, quotation mark, and ellipsis, or should all Markdown and HTML files just use the decoded characters? Having decoded characters everywhere improves readability a lot when editing the files, but might on the other hand "hide" special chars, making contributors insert for example straight quotes/inch marks instead of curly quotation marks, since that looks "almost" like the rest of the text.
Some of these thoughts might seem extremely pedantic, but if you find them worthwhile answering, I think it would be a good idea to add those answers to the existing style guides.
Metadata
Metadata
Assignees
Labels
No labels