Replace reflect.DeepEqual
with something nicer
#1606
Labels
code quality
Related to improving code quality
reflect.DeepEqual
with something nicer
#1606
We use this in
lens/fetcher
at the moment. It is pretty unperformant, and may be a nuisance when we come to make defra wasm-compilable.There may be other places in Defra where we can use this function - have a look and see if we can do a bit of deduplication too.
The text was updated successfully, but these errors were encountered: