Skip to content

Commit

Permalink
Be consistent with "key", "field", "item", "value type" usage.
Browse files Browse the repository at this point in the history
This follows the style of PEP 705 and the majority of the typing spec to
use "key" or "item" instead of "field" depending on the context. It also
makes use of "value type" more to be adequately more pedantic. The
special key added is now referred to as the "reserved key" to make it
clearer that it is not intended for other purposes anymore.

It also make use of type aliases like `VT` more for brevity.

Signed-off-by: Zixuan James Li <p359101898@gmail.com>
  • Loading branch information
PIG208 committed Feb 9, 2024
1 parent 2ffed81 commit 6df0eb2
Showing 1 changed file with 98 additions and 96 deletions.
Loading

0 comments on commit 6df0eb2

Please sign in to comment.