Collection Reference Property naming #57
Closed
Miloslav-RS
started this conversation in
Python
Replies: 3 comments
-
|
Discussion July 31: Use the plural as a recommendation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
PR #86 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Merged |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Should we require the collections reference property naming to be plural? Example:
marker_item = io.measurement.marker[]or
marker_item = io.measurement.markers[]Plural seems more logical to me, it would also tell the user - if this is a singular word, do not try to index it.
Beta Was this translation helpful? Give feedback.
All reactions