naming conventions - Best Powershell verb to indicate Validation? -


i have method validates particular value. in powershell, convention use verb within 'get-verb' list, puzzled on 1 best usage.

alternatively, if design architecture should change avoid validation through method in other manner welcome suggestions along line too.

verbs related are: ensure, compare, edit, convert, initialize, update, assert, confirm, measure, resolve, test, write, grant , use .

the appropriate verb validating value test. quoting approved verbs list (section diagnostic verbs):

verb (alias)   action                       comments ...            ...                          ... test (t)       verifies operation or    action, not use verbs                consistency of resource.   such diagnose, analyze, salvage,                                             or verify.

Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -