Skip to content

Bounds: Make lower and upper keyword-only to avoid mistakes #14

@llucax

Description

@llucax

Since both have the same type, it is very confusing if someone writes Bounds(1, 2). Which is which? It should force users to use Bounds(lower=1, upper=2).

Metadata

Metadata

Assignees

No one assigned

    Labels

    part:collectionsAffects the collections modulescope:breaking-changeBreaking change, users will need to update their codetype:enhancementNew feature or enhancement visitble to users

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions