Skip to content

Comments

Explore using a Range class instead of an object#315

Open
rossjones wants to merge 1 commit intomainfrom
range-class
Open

Explore using a Range class instead of an object#315
rossjones wants to merge 1 commit intomainfrom
range-class

Conversation

@rossjones
Copy link
Contributor

Currently we pass around an object to act as our range, but this puts the onus on the caller to validate and also ensure that iterating over the range is accurate - this new Range class aims to encapsulate that functionality in one place

Currently we pass around an object  to act as our range, but this puts
the onus on the caller to validate and also ensure that iterating over
the range is accurate - this new Range class aims to encapsulate that
functionality in one place
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant