Language design principles
From Prologstandard
(Difference between revisions)
ParkerJones (Talk | contribs) |
ParkerJones (Talk | contribs) |
||
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. | ||
- | |||
- |
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.