DeskHubSharpRevised/ModelsLib
2022-07-02 14:33:11 -04:00
..
Branch.fs updated branch model 2022-07-02 14:32:45 -04:00
Commit.fs updated commit model 2022-07-02 14:33:11 -04:00
Email.fs added fsharp library 2022-07-01 22:58:36 -04:00
License.fs added license model 2022-07-01 23:01:20 -04:00
ModelsLib.fsproj added fsharp library 2022-07-01 22:58:36 -04:00
Owner.fs added owner model 2022-07-01 23:01:28 -04:00
README.md added library readme 2022-07-01 23:02:43 -04:00
RequestList.fs added requestlist model 2022-07-01 23:01:46 -04:00
Search.fs added search model 2022-07-01 23:02:06 -04:00
Sort.fs added sort model 2022-07-01 23:02:20 -04:00

Models Library

Written by Wyatt J. Miller, 2022

Licensed by the Mozilla Public License version 2

Ehh?

I decided to rip out the existing models that were written in C# and replace them with the exact same models. The only difference is that these models are written in F#.

Why F#?

  1. .NET
    1. I didn't have to move forward and learn how everything worked
  2. Curiosity
    1. Never messed with F#
    2. Messed with it's functional cousins (i.e. Kotlin, Rust, etc.)

I HAD TO WRITE ALL THESE FILES BY HAND