psych-ds / psychds-validator

Validator tools for the psych-DS specification
0 stars 1 forks source link

Clean up if statements in filenameValidate #43

Closed bleonar5 closed 3 months ago

bleonar5 commented 5 months ago

CJ pointed out the lengthy and complicated if statements that I added in the process of implementing arbitraryNesting as a feature. I should either document these more extensively or find some way to clean things up.

It may also be prudent to overhaul that function in general since there's some inherited weirdness from BIDS. In that case, the complexity/muddiness would probably resolve itself.