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

Rename Update into Reaction #17

Closed
maldins46 opened this issue Dec 28, 2020 · 0 comments · Fixed by #25
Closed

Rename Update into Reaction #17

maldins46 opened this issue Dec 28, 2020 · 0 comments · Fixed by #25
Labels
enhancement New feature or request question Further information is requested

Comments

@maldins46
Copy link
Contributor

maldins46 commented Dec 28, 2020

In our modelization, we refer to Update as a function that takes a State as an input and returns an eventually modified State (State => State). We referred to this also as an Effect in the past, as stated in #8.

But in concrete terms, the Update arises primarily from an Action, possibly combined with some other conditions that favor this Update to be triggered.

For these reasons, I think It could be more intuitive to change the keyword from Update to Reaction: the Update is effectively something that should be done to react to an Action, so I think it is a more correct term.

@maldins46 maldins46 created this issue from a note in ScalaQuest Project (Backlog (current Sprint)) Dec 28, 2020
@maldins46 maldins46 added enhancement New feature or request question Further information is requested labels Dec 28, 2020
@maldins46 maldins46 moved this from Backlog (current Sprint) to Backlog in ScalaQuest Project Dec 31, 2020
@maldins46 maldins46 moved this from Backlog to Backlog (current Sprint) in ScalaQuest Project Jan 2, 2021
@maldins46 maldins46 linked a pull request Jan 3, 2021 that will close this issue
ScalaQuest Project automation moved this from Backlog (current Sprint) to Done tasks (current sprint) Jan 3, 2021
@maldins46 maldins46 moved this from Done tasks (current sprint) to Done tasks (post Sprint) in ScalaQuest Project Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
ScalaQuest Project
Done tasks (post Sprint)
Development

Successfully merging a pull request may close this issue.

1 participant