Talk:Phobos coding conventions
Items to clarify
I've added some of the known coding conventions to this page, but I'm not sure what's the official conventions for the following:
- How to indent signature constraints?
- How to indent in/out contracts?
- How to indent complicated deeply-nested expressions inside an if condition?
- Should operators appear before or after a line break in a wrapped line?
- Are there preferred break points when multiple subexpressions are involved?
- etc..
Probably there are no hard answers to some of these questions, but a rule of thumb would be nice to set down.