ios-combine
ios-combine copied to clipboard
refactor: Code refactor in the Example project.
What's changed?
-- Refactor the viewDidLoad method in the Example project.
Here is the summary of changes.
You are about to add 1 region tag.
- Example/GoogleMapsPlatformCombine/ViewController.swift:67, tag
maps_ios_combine_publisher_camera_change_position
You are about to delete 1 region tag.
- Example/GoogleMapsPlatformCombine/ViewController.swift:46, tag
maps_ios_combine_publisher_camera_change_position
This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:
- [ ] Refresh this comment
Thanks for your contribution. Would you explain what the improvements are in the refactor?
Hey Angela,
Thanks for reviewing it.
- It's basically creating smaller sub-methods instead of writing everything into a single method(viewDidLoad())
Best, Subhodip