Skip to content
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

Spread operator #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Spread operator #3

wants to merge 1 commit into from

Conversation

cardoso
Copy link
Owner

@cardoso cardoso commented Mar 3, 2018

Implemented spread operator using Sourcery. See blog post about it.

Example:

case .hideMovieDetail:
    return MainState(
        ...state,
        movieDetail: .hide
    )

@cardoso cardoso added the 👨‍🔬 experiment This is just an experiment and may not be merged. label Mar 3, 2018
@piv199
Copy link

piv199 commented Oct 1, 2019

That's quite similar to lenses :)

@squash-labs
Copy link

squash-labs bot commented Jan 17, 2023

Manage this branch in Squash

Test this branch here: https://spreadable-y8sqo.squash.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👨‍🔬 experiment This is just an experiment and may not be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants