Open iluwatar opened 8 years ago
Hi @iluwatar . I am working on this.
Ok @dovlasim
@vladislavsimic are you still implementing this?
The task is free to take
Hi, I would like to pick up this pattern next. Seems pretty interesting, and I am thinking of implementing it as a two-player game simulation. Should I go ahead? 😄
@PalAditya sounds interesting, please go ahead :blush:
Hi, @iluwatar , I have had something come up in real life and I don't think I would be able to help out with this right now. I guess it would be better if you could unassign me and set the task as free again so that someone else could take it up, and I could carry on with this if nobody else has taken it up yet by the time I'm back.
Really sorry about this 😅
No problem @PalAditya, welcome back any time!
This issue is free for taking again.
Description: The State-Action-Model (SAM) pattern is a modern approach to state management in JavaScript applications. Unlike traditional MVC frameworks, SAM separates the state, actions, and model, providing a clear and manageable structure for application logic. This pattern enhances testability and maintainability by isolating state transitions and business logic from the view.
Main Elements of the SAM Pattern:
References:
Acceptance Criteria: