Skip to content

rhythmagency/rhythm.patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.