Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Positive static properties to Range class #30

Open
Konard opened this issue Mar 14, 2020 · 2 comments
Open

Add Positive static properties to Range class #30

Konard opened this issue Mar 14, 2020 · 2 comments

Comments

@Konard
Copy link
Member

Konard commented Mar 14, 2020

(1L, long.MaxValue)

Should be replaced with:

Range.PositiveInt64

And used here:
https://github.com/linksplatform/Data.Doublets/blob/5c773e28fb9e0d16b6a611186442bba7f47bf13c/csharp/Platform.Data.Doublets.Tests/OptimalVariantSequenceTests.cs#L150

@uselessgoddess
Copy link
Member

If used once. Maybe it's better to create a local constant?

@Konard
Copy link
Member Author

Konard commented Jul 27, 2021

If used once. Maybe it's better to create a local constant?

Once we have more than 3 usages in the whole project, we can move it here. So this issue can help track these usages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants