Eiffel Coding Standard
Language consideration
- Do not put a blank line between
- Do not use assertion clauses without tag names.
- create and creation instructions
- inherit and parent clauses
A sample of proper formatting of code:
Style
- If instructions:
If expressions are very long, break them on conjunctions as in:
- Loop instructions:
- Inspect instructions:
or
- For punctuation, we always have
- a space before, and no after
(
- no space before, and space after
)
,
:
or;
- a space before, and no after