John Helfert
Results
2
comments of
John Helfert
> Shouldn't the checks be able to be done concurrently though? Why does it have to do one enforcement at a time?
Simple custom decorator example below. This validates that the property: 1. is an array 2. each element is also an array 3. each sub array has 3 entries 4. each...