MiniValidation icon indicating copy to clipboard operation
MiniValidation copied to clipboard

Small tweaks

Open Corniel opened this issue 9 months ago • 0 comments

Well inspecting the code, I found 3 minimal code changes that make the code easier to read and potentially (a tiny bit) faster:

The first reduces the numbers of dictionary look ups, and the others involves casting to IValdatebleObject and IAsyncValdatebleObject. The latter technique could also be applied to IENumerable but than the nested path building has to change, and that might be worth another PR.

Corniel avatar Mar 28 '25 10:03 Corniel