Skip to content

Skeleton project for playing around with Railway oriented programming in C#. Good for workshops, katas or proof-of-concepts.

Notifications You must be signed in to change notification settings

daniel-harrison-cko/railway-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Railway programming

This repository provides a quick way to start playing with Railway oriented programming in C#. Just clone the repository and start hacking away.

The contents of Railway.cs come from the project AltNetRop by Habaneroofdoom and are heavily influenced by the excellent work of Scott Wlaschin. I highly recommend watching the presentation Railway oriented programming if you have not seen it already.

Running the application

dotnet run -p App

Running the tests

dotnet run -p Tests

References

  1. AltNetRop
  2. Railway oriented programming
  3. F# for fun and profit
  4. OneOf
  5. NSpec
  6. Shouldly

About

Skeleton project for playing around with Railway oriented programming in C#. Good for workshops, katas or proof-of-concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages