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
Originally opened as a result of this discussion. Currently, a Parameter type contains information about what validation it should have within a method. Since we are moving towards a model where the writer does not need to know this information, we should move the validation to occur whenever we construct a method's body, and not the parameter.
The text was updated successfully, but these errors were encountered:
Originally opened as a result of this discussion. Currently, a
Parameter
type contains information about what validation it should have within a method. Since we are moving towards a model where the writer does not need to know this information, we should move the validation to occur whenever we construct a method's body, and not the parameter.The text was updated successfully, but these errors were encountered: