Difference between revisions of "Eiffel Coding Standard"

(Draft of Eiffel Standards)
 
Line 1: Line 1:
 
[[Category:Coding Standards]]
 
[[Category:Coding Standards]]
 
*  Do not put a blank line between
 
*  Do not put a blank line between
:* create and creation instructions
+
:* '''create''' and creation instructions
:* inherit and parent clauses
+
:* '''inherit''' and parent clauses
  
 
* Do not use assertion clauses without tag names.
 
* Do not use assertion clauses without tag names.

Revision as of 22:14, 20 July 2009

  • Do not put a blank line between
  • create and creation instructions
  • inherit and parent clauses
  • Do not use assertion clauses without tag names.