You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we check if product ID is valid during Finish(...) This seems like a very late failure. The entire scan is finished and only after that we may fail because the product_id was not correct. I think this is a bad DevEx. We should fail early to avoid wasting time for users.
Do you think we should move fetching product ID early during the NewXXX itself?
The text was updated successfully, but these errors were encountered:
Currently we check if product ID is valid during
Finish(...)
This seems like a very late failure. The entire scan is finished and only after that we may fail because theproduct_id
was not correct. I think this is a bad DevEx. We should fail early to avoid wasting time for users.Do you think we should move fetching product ID early during the
NewXXX
itself?The text was updated successfully, but these errors were encountered: