Language design principles

From Prologstandard

(Difference between revisions)
 
Line 1: Line 1:
 +
 +
==Minimality==
 +
 +
==Understandability==
 +
* Abbreviations that are not generally well-established in Computer Science and not already in use in existing standard Prolog identifiers should not be used.
* New standard identifiers should be intention-revealing to Prolog programmers who have never seen the standard.
* New standard identifiers should be intention-revealing to Prolog programmers who have never seen the standard.
-
* minimality
 
-
* understandability
 

Current revision as of 18:00, 17 May 2007

[edit] Minimality

[edit] Understandability

  • Abbreviations that are not generally well-established in Computer Science and not already in use in existing standard Prolog identifiers should not be used.
  • New standard identifiers should be intention-revealing to Prolog programmers who have never seen the standard.
Personal tools