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
Deepak has always objected to "side-effects" as they have a negative connotation in formal methods. I do think "incidentals" is an appropriate name. Instead of a "side_effects" Expression method, we should use "_yield_incidentals" with an underscore to indicate that this is not normally called externally. It is called in Judgment.derive_side_effects which will become Judgment.derive_incidentals.
The text was updated successfully, but these errors were encountered:
Deepak has always objected to "side-effects" as they have a negative connotation in formal methods. I do think "incidentals" is an appropriate name. Instead of a "side_effects" Expression method, we should use "_yield_incidentals" with an underscore to indicate that this is not normally called externally. It is called in Judgment.derive_side_effects which will become Judgment.derive_incidentals.
The text was updated successfully, but these errors were encountered: