GenieFramework / GenieFramework/StippleUI.jl
range and RangeData in Range.jl
Open
architecture
- Dominant language
- Julia
- Stars
- 90
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Some comments on `Range.jl`
- The function name `range()` collides with `Base.range()`. Why not renaming it to `rangeslider()` (similar to plotly)?
- You may want to rename the module to `Slider.jl`
- Why do you use `UnitRange` for RangeData? Are you aware that `stop` is modified by the colon operator to have a spacing of `1`?
```
julia> ur = UnitRange(2.3, 3.7)
2.3:3.3
julia> ur.stop
3.3
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.