Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 422 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 422 Bytes

rhythm.patterns

General patterns used by Rhythm NuGet packages.

Installation

Install with NuGet. Search for "Rhythm.Patterns".

Overview

Activities

Activities are single responsibility classes. Generally taking a input and returning an output.

Strategies

Strategies attempt to process an input and return an output. A strategy returns a result which contains a boolean to indicate success and a result.