urbit/vere

Annotate struct fields in `tree.c`

Open

#172 opened on Jan 26, 2023

 (0 comments) (0 reactions) (0 assignees)C (53 forks)auto 404
good first issue

Repository metrics

Stars
 (79 stars)
PR merge metrics
 (PR metrics pending)

Description

The array definitions in tree.c will be easier to read and understand if we annotate their constituent struct definitions with the relevant struct's field names rather than relying on the implicit field ordering defined by the declaration of the struct in jets.h.

Contributor guide