[m-rev.] for post-commit review: go through the queue ops
Zoltan Somogyi
zoltan.somogyi at runbox.com
Fri Mar 24 04:50:56 AEDT 2023
For review by Mark.
There are a couple of issues that this brings up that affect
the rest of the document.
- Should we use single-character names for variables and
data constructors? I would prefer using meaningful names,
which will be one-character names only in exceptional cases.
For the semantic level, I think one-char names are fine, since
they are common in mathematics texts, but I would prefer
that they were the initial letters of the corresponding variable
names whenever possible, and not x/y/z.
- In the front+back queue representation, I think we should put
the front list before the back list; I think the current order is
counter-intuitive.
Zoltan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DIFF.b4
Type: application/octet-stream
Size: 16693 bytes
Desc: not available
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20230324/3795c8e9/attachment.obj>
More information about the reviews
mailing list