Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add "list to remember" to glossary
  • Loading branch information
skids committed Sep 4, 2015
1 parent f3822a7 commit a71e379
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions S99-glossary.pod
Expand Up @@ -1330,6 +1330,16 @@ to the question I<Perl looks like a regular expression>.

=head2 list context

=head2 list to remember

A facet of a language's design that puts the onus on the user to remember
which of a group of similar constructs have certain behaviors (or requires
frequent consultation of documentation to the same effect.) A goal of
language design is to minimize the amount of material a user must remember,
by using consistent behaviors across similar constructs, or by exposing these
behaviors through syntax. A natural language analogy to "list to remember"
would be irregular verb conjugations.

=head2 lmddgtfy

Let Me DuckDuckGo That For You. L<http://lmddgtfy.net>
Expand Down

0 comments on commit a71e379

Please sign in to comment.