@erget - A comment, before I forget, on the single sentence per line item above.
I agree a single sentence is better than line length or just stringing it all together. Another option to consider is "Semantic Line Breaks" which are described in this "Semantic Linefeeds" [article](https://rhodesmill.org/brandon/2012/one-sentence-per-line/) by Brandon Rhodes. Which includes a quote from “Hints for Preparing Documents” by B.W. Kernighan in 1974: > Most documents go through several versions (always more than you expected) > before they are finally finished. Accordingly, you should do whatever > possible to make the job of changing them easy. > First, when you do the purely mechanical operations of typing, type so > subsequent editing will be easy. Start each sentence on a new line. Make > lines short, and break lines at natural places, such as after commas and > semicolons, rather than randomly. Since most people change documents by > rewriting phrases and adding, deleting and rearranging sentences, these > precautions simplify any editing you have to do later. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/cf-convention/cf-conventions/issues/267#issuecomment-639759806 This list forwards relevant notifications from Github. It is distinct from [email protected], although if you do nothing, a subscription to the UCAR list will result in a subscription to this list. To unsubscribe from this list only, send a message to [email protected].
