https://github.com/davidelettieri/rop
Sample solution with ROP functions
https://github.com/davidelettieri/rop
csharp functional-programming railway-oriented-programming
Last synced: 6 months ago
JSON representation
Sample solution with ROP functions
- Host: GitHub
- URL: https://github.com/davidelettieri/rop
- Owner: davidelettieri
- License: mit
- Created: 2020-04-04T16:15:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T19:35:44.000Z (11 months ago)
- Last Synced: 2025-04-15T19:18:34.896Z (6 months ago)
- Topics: csharp, functional-programming, railway-oriented-programming
- Language: C#
- Homepage:
- Size: 49.8 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ROP
Sample solution with ROP functions, this is a companion for this [blog post](https://davidelettieri.it/rop/'tagged/union'/'railway/oriented/programming'/c%23/2020/04/04/railway-oriented-programming-with-c.html)I tried to implement some of the functions described by SW on his website at [ROP](https://fsharpforfunandprofit.com/rop/). I did some changes to adjust to my own code style such as the `Then` extension methods.
I'm using this repo to try TUnit.