Assemble the XcodeWorkspace using the Builder pattern
Open
- Dominant language
- C#
- Stars
- 25
- Forks
- 10
- Avg merge
- 12h 50m
- Merged PRs (30d)
- 10
Description
The `SyncContext` currently builds the `XcodeWorkspace` inline with the rest of the function logic. To improve readability, testability and maintainability, use the [Builder](https://dotnettutorials.net/lesson/builder-design-pattern/) pattern to construct the `XcodeWorkspace`.
Contributor guide
Assessment
This issue has not been assessed yet.