Skip to content

Remove asserts from code we expect to work

Eric Eastwood requested to merge handle-npe-in-downstream-calls into develop

Remove asserts from code we expect to work

Protect down-stream code by checking the incoming function parameters once instead of the outgoing arguments in every usage of that function.

Spawned from discussion in !2067 (diffs, comment 456400170)

Edited by Eric Eastwood

Merge request reports