Eiffel Coding Standard
Language consideration
- Do not put a blank line between
- create and creation instructions
- inherit and parent clauses
- Do not use assertion clauses without tag names.
Style
- If instructions:
if expr1 then ... elseif expr2 then ... else ... end