-
-
Notifications
You must be signed in to change notification settings - Fork 409
Closed
Description
Most things follow [Thing] foo: bar | baz: wat. I think that's probably the way we should go. We should make any tweaks to that we want (2 comments, or Comments: 2?), make a clear guideline, and implement it across modules.
One thing I would like to consider is using … over .... It gains us 2 extra characters (which, if you're using an ellipsis in the first place, you probably want), and gives me that warm fuzzy feeling I get from using Unicode properly. As a prerequisite, I'd like to add a guideline that when any non-ASCII character is used in source, the actual Unicode character is put in the file ('…', not '\u2026').