kirkegaard icon indicating copy to clipboard operation
kirkegaard copied to clipboard

Use consistent input checking

Open Deleetdk opened this issue 7 years ago • 4 comments

Right now input checks are chaotically written using a variety of methods. Some use my own functions, others use assertthat functions. It's better to reuse well-tested code, so switch to assertthat functions. Fill in with missing tests.

Deleetdk avatar Nov 23 '16 23:11 Deleetdk