Skip to content

Conversation

@stephencelis
Copy link
Member

While this is a breaking change, its impact is likely pretty low, as trailing closure syntax should be overwhelmingly preferred in usage, and Xcode should provide automatic migration to the new parameter names:

  • Scope(...:child:)
  • forEach(...:element:)

The one exception that still is nameless is CombineReducers because it already includes the Reducers in its name, and a parameter name comes across redundant/verbose.

  - Scope(...:child:)
  - forEach(...:element:)

The one exception is `CombineReducers`, which already includes the
`Reducers` in its name.
@stephencelis stephencelis merged commit 5d490c7 into main Feb 9, 2023
@stephencelis stephencelis deleted the explicit-reducer-builder-parameters branch February 9, 2023 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants