-
Notifications
You must be signed in to change notification settings - Fork 5
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
inconsistent naming of Enumerations #273
Comments
And I don't think we need to necessarily be consist across all sims, just within a sim. |
It seems it would be best for this sim to change: BarrierTypeEnum => BarrierType |
I guess I do have a preference. 'Type' is misleading. These are not types, they are enumerations. So I think 'Enum' is the appropriate suffix. |
So will several of these end with |
If it makes life easier, I'm OK with 'Type' suffix. |
Do you prefer |
|
Enum suffix added, please review. |
👍 Closing. |
Related to code review #259.
There are currently 2 patterns used to name Enumerations:
(1) 'Enum' suffix:
BarrierTypeEnum, PlaySpeedEnum
(2) 'Type' suffix:
ApertureType, SoundViewType, SceneType, ViewType, WaveSpatialType, WaveTemporalType
I don't have a preference on which pattern is used, but it would be nice to pick one.
The text was updated successfully, but these errors were encountered: