/sam-csharp

SAM pattern example in C#

Primary LanguageC#

Simple State-Action-Model Pattern implementation in C#

SAM is pattern aimed at simplifying complex UI code. It's based on TLA+ by Leslie Lamport.

There aren't of a lot examples available, so this repo serves as one.

This repo implements SAM tutorial written at sam.js.org

For an introduction to TLA+, refer to Learn TLA+ website.