Closed SeppPenner closed 5 years ago
It should be singular. You can rename ChartTypes
to ChartType
, it shouldn't have any consequences outside of the library as far as I'm concerned. PointStyles
is new so you can rename it without consequences.
You missed two more though:
Positions
should be renamed to Position
.ScaleBounds
should be renamed to ScaleBound
since bound does make sense here even though it kind of sounds wrong in my foreign ears :) I already thought that there were some more and I only didn't see them in the screenshot.
PointStyles
is already renamed, I will do the others within the special enum branch.
I guess this can be closed as well.
Currently, we have the following:
Should enum class names be singular or plural? (There is just one (
ChartTypes
) that is plural) at the moment. (PointStyles
is the one I'm currently working on).