linksplatform / Ranges

LinksPlatform's Platform.Ranges Class Library
https://linksplatform.github.io/Ranges
The Unlicense
4 stars 1 forks source link

Add Positive static properties to Range class #30

Open Konard opened 4 years ago

Konard commented 4 years ago
(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 commented 3 years ago

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

Konard commented 3 years ago

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.