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

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

python - TypeError: start must be a integer -

html - href attribute breaking an element -