-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the monitoring of step progress #20
Milestone
Comments
Sounds great. It’s a sprawling method that should be refactored on the Swift side too. |
I've been looking over best solutions for splitting up the monitorStepProgress, here are the steps I'm thinking of taking to refactor it.
|
Refactoring of this took place in #30. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Breakup monitorStepProgress method into smaller, more testable, methods and easier readability. Currently it is a direct port from the Swift function found here. Tagging @bsudekum and @1ec5 since this could potentially break parity with the iOS SDK.
cc: @zugaldia @danesfeder
The text was updated successfully, but these errors were encountered: