Use early return to reduce the levels of indentation. Extract logic to find object in container into helper function.
27 KiB
27 KiB
Use early return to reduce the levels of indentation. Extract logic to find object in container into helper function.