JuliaMath / JuliaMath/Roots.jl
Tracks is a bad name
Open
- Dominant language
- Julia
- Stars
- 413
- Forks
- 61
- Avg merge
- 57m
- Merged PRs (30d)
- 5
Description
After writing up #275, I am left with a strong feeling that the internal struct `Tracks` has a bad name. Why on _earth_ would a type have a name with the plural form? If I construct a `Tracks`, in my mind, I have a _single_ track, trace, or tracker. So I would much prefer `Track`, `Trace`, or `Tracker` to be the name of the type.
The way things currently are, things are not humanly readable in a meaningful way, but have to be memorized.
Any potential change would have to be made also for the `tracks` kwargument.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.