File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1330,6 +1330,16 @@ to the question I<Perl looks like a regular expression>.
1330
1330
1331
1331
=head2 list context
1332
1332
1333
+ =head2 list to remember
1334
+
1335
+ A facet of a language's design that puts the onus on the user to remember
1336
+ which of a group of similar constructs have certain behaviors (or requires
1337
+ frequent consultation of documentation to the same effect.) A goal of
1338
+ language design is to minimize the amount of material a user must remember,
1339
+ by using consistent behaviors across similar constructs, or by exposing these
1340
+ behaviors through syntax. A natural language analogy to "list to remember"
1341
+ would be irregular verb conjugations.
1342
+
1333
1343
=head2 lmddgtfy
1334
1344
1335
1345
Let Me DuckDuckGo That For You. L<http://lmddgtfy.net>
You can’t perform that action at this time.
0 commit comments