Skip to content

Consider collapsing summary and description properties into just description for certain node types #70

@rsek

Description

@rsek

Collections and oracles have both. Originally, summary was for the short text and description was for longer text.

This is intended to hint the expected text size to developers, but since both properties are optional, in practice people just do something like const foo = node.summary ?? node.description. Longer descriptions from the book also have implications re: licensing.

I think it'd be better to just use description, but at the length currently used by summary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions