You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @bjkeller I agree with all the points you make here. It's relatively easy to change the names of attributes to follow a more consistent pattern, but the question for everybody is when is the right time to make these changes? Mainly, I'm concerned about breaking @tramyn 's IntentParser prior to the program meeting.
The naming of properties of classes is confusing.
Specifically:
has_
that makes them look like a predicate. ex:ExperimentalRequest.has_parameter_value
.has_
as a prefix (I prefer this, but what's the convention?):ExperimentalRequest.measurement
ExperimentalRequest.measurement
The text was updated successfully, but these errors were encountered: