For now validatesInput from PR #175 only stores meta-information about a method that we don't use yet. We could require in AddMethod for each method to have validatesInput bound, to make sure that the creator of the method did not simply forget about the input validation. In that case that should be documented somewhere, I guess the "what is a method" section would be a good place.
For now
validatesInput
from PR #175 only stores meta-information about a method that we don't use yet. We could require inAddMethod
for each method to havevalidatesInput
bound, to make sure that the creator of the method did not simply forget about the input validation. In that case that should be documented somewhere, I guess the "what is a method" section would be a good place.